Hide wallpaper and lock files
This commit is contained in:
parent
fe830492b9
commit
5d016f4272
1 changed files with 2 additions and 2 deletions
|
@ -9,7 +9,7 @@ font pango: Noto Sans 9
|
|||
floating_modifier $super
|
||||
|
||||
#autostart
|
||||
exec --no-startup-id hsetroot -center ~/wallpaper -root
|
||||
exec --no-startup-id hsetroot -center ~/.wallpaper -root
|
||||
exec --no-startup-id xsettingsd &
|
||||
exec --no-startup-id picom -b --config ~/.config/picom.conf
|
||||
exec --no-startup-id thunar --daemon
|
||||
|
@ -25,7 +25,7 @@ bindsym $super+BackSpace scratchpad show
|
|||
# common apps keybinds
|
||||
bindsym $super+Return exec i3-sensible-terminal
|
||||
bindsym Print exec scrot 'Cheese_%a-%d%b%y_%H.%M.png' -e 'viewnior ~/$f'
|
||||
bindsym $alt+l exec i3lock -i ~/lock
|
||||
bindsym $alt+l exec i3lock -i ~/.lock
|
||||
bindsym $super+Shift+w exec firefox
|
||||
bindsym $super+Shift+f exec thunar
|
||||
bindsym $super+Shift+p exec keepassxc
|
||||
|
|
Loading…
Add table
Reference in a new issue