Fixed i3lock, from after update

This commit is contained in:
TuDatTr
2021-05-29 21:46:59 +02:00
parent 5537696c6a
commit 521c99c0c9
12 changed files with 140 additions and 48 deletions

View File

@@ -21,7 +21,7 @@ focus_follows_mouse no
# Configure
# border style <normal|1pixel|pixel xx|none|pixel>
new_window none
new_window pixel 1
new_float normal
hide_edge_borders none
@@ -97,7 +97,7 @@ for_window [title="^Steam Keyboard$"] floating enable
# exec --no-startup-id setxkbmap us,de; setxkbmap -option ctrl:nocaps; setxkbmap -option grp:lalt_lshift_toggle
exec --no-startup-id feh --randomize --bg-fill $HOME/Pictures/Wallpaper/*
exec --no-startup-id compton
exec --no-startup-id picom
exec --no-startup-id nextcloud --background
exec --no-startup-id udiskie
exec --no-startup-id conky -c ~/.conky/syclo-crimson-bottomleft.conkyrc
@@ -117,7 +117,8 @@ bindsym $mod+Shift+0 exec python ~/.scripts/i3lock.py
bindsym $mod+Shift+s exec poweroff
# start a terminal
bindsym $mod+Return exec termite
bindsym $mod+space exec termite
bindsym $mod+Return exec termite -e byobu
# kill focused window
bindsym $mod+Shift+q kill
@@ -180,7 +181,7 @@ bindsym $mod+f fullscreen toggle
bindsym $mod+Shift+space floating toggle
# change focus between tiling / floating windows
bindsym $mod+space focus mode_toggle
# bindsym $mod+space focus mode_toggle
# focus the parent container
bindsym $mod+a focus parent