Merge branch 'ada' into rita

rita
blallo 2021-07-14 20:15:33 +02:00
commit 342536fd38
Signed by: blallo
GPG Key ID: 0CBE577C9B72DC3F
3 changed files with 5 additions and 0 deletions

View File

@ -26,6 +26,8 @@ bindsym $mod+Mod1+t exec $alacritty_term
bindsym $mod+Shift+t exec $hyper_term
bindsym $mod+Mod1+l exec $lock
bindsym $mod+Shift+b exec $chbg
bindsym $mod+c exec $clipboard
bindsym $mod+Shift+f exec $files
bindsym XF86AudioRaiseVolume exec volumectl raise
bindsym XF86AudioLowerVolume exec volumectl lower

View File

@ -7,6 +7,7 @@ exec "systemctl --user start waybar"
exec "systemctl --user start mako"
exec "systemctl --user start gammastep"
exec "systemctl --user start kanshi"
exec "systemctl --user start greenclip"
exec swayidle -w \
timeout 300 '$lock' \
timeout 305 'swaymsg "output * dpms off"' \

View File

@ -20,3 +20,5 @@ set $hyper_term hyper
set $files nautilus
set $lock swaylock -F -i ~/Pictures/screensaver.jpg
set $chbg ~/.bin/change-bg.sh
set $clipboard rofi -modi "clipboard:greenclip print" -show clipboard -run-command '{cmd}'
set $files rofi -show file-browser