Fixed i3lock, from after update
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user