add swappy
This commit is contained in:
parent
8436958618
commit
e170a81891
3 changed files with 14 additions and 1 deletions
|
@ -24,6 +24,7 @@ bind = $mainMod, D, exec, $menu
|
|||
bind = $mainMod, P, pseudo, # dwindle
|
||||
bind = $mainMod, J, togglesplit, # dwindle
|
||||
bind = , Print, exec, grim -g "$(slurp -d)" - | wl-copy
|
||||
bind = $mainMod, Print, exec, grim -g "$(slurp -d)" - | swappy -f -
|
||||
|
||||
# Move focus with mainMod + arrow keys
|
||||
bind = $mainMod, left, movefocus, l
|
||||
|
|
12
dot_config/swappy/config
Normal file
12
dot_config/swappy/config
Normal file
|
@ -0,0 +1,12 @@
|
|||
[Default]
|
||||
save_dir=$HOME/Bilder
|
||||
save_filename_format=swappy-%Y%m%d-%H%M%S.png
|
||||
show_panel=false
|
||||
line_size=5
|
||||
text_size=20
|
||||
text_font=sans-serif
|
||||
paint_mode=brush
|
||||
early_exit=false
|
||||
fill_shape=false
|
||||
auto_save=false
|
||||
custom_color=rgba(193,125,17,1)
|
|
@ -25,7 +25,7 @@ sudo dnf install -y \
|
|||
arc-theme hyprlock copyq nwg-dock-hyprland nwg-drawer \
|
||||
nwg-panel nwg-launchers cascadia-code-nf-fonts \
|
||||
jetbrains-mono-fonts la-capitaine-cursor-theme \
|
||||
la-capitaine-icon-theme flatseal qt5ct qt6ct pcmanfm-qt
|
||||
la-capitaine-icon-theme flatseal qt5ct qt6ct pcmanfm-qt swappy
|
||||
|
||||
## Entwicklung
|
||||
sudo dnf install -y \
|
||||
|
|
Loading…
Add table
Reference in a new issue