Add greenclip and rofi-as-file-browser
This commit is contained in:
parent
5d00448a30
commit
b5b29d05e7
|
@ -26,6 +26,8 @@ bindsym $mod+Mod1+t exec $alacritty_term
|
||||||
bindsym $mod+Shift+t exec $hyper_term
|
bindsym $mod+Shift+t exec $hyper_term
|
||||||
bindsym $mod+Mod1+l exec $lock
|
bindsym $mod+Mod1+l exec $lock
|
||||||
bindsym $mod+Shift+b exec $chbg
|
bindsym $mod+Shift+b exec $chbg
|
||||||
|
bindsym $mod+c exec $clipboard
|
||||||
|
bindsym $mod+Shift+f exec $files
|
||||||
|
|
||||||
bindsym XF86AudioRaiseVolume exec volumectl raise
|
bindsym XF86AudioRaiseVolume exec volumectl raise
|
||||||
bindsym XF86AudioLowerVolume exec volumectl lower
|
bindsym XF86AudioLowerVolume exec volumectl lower
|
||||||
|
|
|
@ -7,6 +7,7 @@ exec "systemctl --user start waybar"
|
||||||
exec "systemctl --user start mako"
|
exec "systemctl --user start mako"
|
||||||
exec "systemctl --user start gammastep"
|
exec "systemctl --user start gammastep"
|
||||||
exec "systemctl --user start kanshi"
|
exec "systemctl --user start kanshi"
|
||||||
|
exec "systemctl --user start greenclip"
|
||||||
exec swayidle -w \
|
exec swayidle -w \
|
||||||
timeout 300 '$lock' \
|
timeout 300 '$lock' \
|
||||||
timeout 305 'swaymsg "output * dpms off"' \
|
timeout 305 'swaymsg "output * dpms off"' \
|
||||||
|
|
|
@ -20,3 +20,5 @@ set $hyper_term hyper
|
||||||
set $files nautilus
|
set $files nautilus
|
||||||
set $lock swaylock -F -i ~/Pictures/screensaver.jpg
|
set $lock swaylock -F -i ~/Pictures/screensaver.jpg
|
||||||
set $chbg ~/.bin/change-bg.sh
|
set $chbg ~/.bin/change-bg.sh
|
||||||
|
set $clipboard rofi -modi "clipboard:greenclip print" -show clipboard -run-command '{cmd}'
|
||||||
|
set $files rofi -show file-browser
|
||||||
|
|
Loading…
Reference in New Issue
Block a user