Merge branch 'master' of github.com:protesilaos/dotfiles

This commit is contained in:
Protesilaos Stavrou 2024-12-28 09:55:23 +02:00
commit bb3db6d697
No known key found for this signature in database
GPG key ID: 99BD6459CD5CA3EA
4 changed files with 5 additions and 1 deletions

View file

@ -23,6 +23,7 @@
(setq scroll-error-top-bottom t)
(setq echo-keystrokes-help nil) ; Emacs 30
(setq epa-keys-select-method 'minibuffer) ; Emacs 30
(setq trusted-content '("~/Git/Projects/")) ; Emacs 30
;; Keys I unbind here are either to avoid accidents or to bind them
;; elsewhere later in the configuration.

View file

@ -2337,6 +2337,7 @@ key bindings.
(setq scroll-error-top-bottom t)
(setq echo-keystrokes-help nil) ; Emacs 30
(setq epa-keys-select-method 'minibuffer) ; Emacs 30
(setq trusted-content '("~/Git/Projects/")) ; Emacs 30
;; Keys I unbind here are either to avoid accidents or to bind them
;; elsewhere later in the configuration.

View file

@ -93,6 +93,8 @@ then
if [ "$(xrandr | grep "\\<connected\\>" | awk -F ' ' '{ print $3; exit; }' | awk -F 'x' '{ print $1; exit; }')" -gt 1920 ]
then
_check herbstluftwm_loadstate.sh && herbstluftwm_loadstate.sh < "$HOME"/.config/herbstluftwm/my_herbstluftwm_workspaces.txt
else
_check herbstluftwm_loadstate.sh && echo "0: (clients max:0)" | herbstluftwm_loadstate.sh
fi
fi

View file

@ -48,7 +48,7 @@ then
# setxkbmap -layout 'us,gr' -option '' -option 'ctrl:nocaps' \
# -option 'altwin:menu_win' -option 'caps:none' \
# -option 'compose:ins' -option 'grp:win_space_toggle'
setxkbmap -layout 'us,gr' -option '' -option 'compose:ins'
setxkbmap -layout 'us,gr' -option '' -option 'compose:menu'
fi
# The hotkey daemon that handles all custom key bindings. I split the