fixed and added bookmarks
This commit is contained in:
File diff suppressed because one or more lines are too long
+1
-1
@@ -335,7 +335,7 @@ mode "resize" {
|
|||||||
}
|
}
|
||||||
|
|
||||||
# Lock screen
|
# Lock screen
|
||||||
bindsym Ctrl+Alt+l exec light-locker-command -l
|
bindsym $mod+Ctrl+l exec light-locker-command -l
|
||||||
|
|
||||||
# Autostart applications
|
# Autostart applications
|
||||||
exec_always --no-startup-id $HOME/.config/polybar/launch.sh
|
exec_always --no-startup-id $HOME/.config/polybar/launch.sh
|
||||||
|
|||||||
@@ -33,7 +33,7 @@ if [ -d $HOME/.local/bin ] ; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
# add the custom functions from the .custom_functions file
|
# add the custom functions from the .custom_functions file
|
||||||
custom_func_dir=$HOME/.config/custom_shell_functions
|
custom_func_dir=$HOME/.scripts
|
||||||
for f in $custom_func_dir/*; do source $f; done
|
for f in $custom_func_dir/*; do source $f; done
|
||||||
|
|
||||||
# key bindings
|
# key bindings
|
||||||
|
|||||||
Reference in New Issue
Block a user