final hp commit
This commit is contained in:
parent
b825d0dda3
commit
ad427500ad
5 changed files with 35 additions and 10 deletions
|
@ -33,7 +33,7 @@ floating_modifier $mod normal
|
|||
bindsym $mod+Shift+c reload
|
||||
bindsym $mod+Shift+e exec swaynag -t warning -m 'You pressed the exit shortcut. Do you really want to exit sway? This will end your Wayland session.' -b 'Yes, exit sway' 'swaymsg exit'
|
||||
bindsym $mod+Shift+p exec keepassxc
|
||||
bindsym $mod+z exec swaylock -t
|
||||
bindsym $mod+z exec swaylock -t -i /home/stefan/Downloads/bg.jpg
|
||||
bindsym $mod+Up exec light -A 5
|
||||
bindsym $mod+Down exec light -U 5
|
||||
bindsym Print exec grim -g "$(slurp)" - | wl-copy -t image/png
|
||||
|
@ -146,3 +146,10 @@ include /etc/sway/config.d/*
|
|||
exec mako --border-color=#cc6666 \
|
||||
--background-color=#2d2a2eee
|
||||
exec emacs --daemon
|
||||
|
||||
set $gnome-schema org.gnome.desktop.interface
|
||||
exec_always {
|
||||
gsettings set $gnome-schema gtk-theme 'Arc-Dark'
|
||||
gsettings set $gnome-schema icon-theme 'elementary Xfce'
|
||||
gsettings set $gnome-schema cursor-theme 'Capitaine Cursors - White'
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue