fixed and added bookmarks

This commit is contained in:
2022-01-04 13:33:35 +01:00
parent ada5811dc2
commit c13024a5e3
3 changed files with 3 additions and 2 deletions
File diff suppressed because one or more lines are too long
+1 -1
View File
@@ -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
+1 -1
View File
@@ -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