mirror of
https://github.com/protesilaos/dotfiles.git
synced 2026-09-10 07:16:20 -04:00
Merge branch 'master' of github.com:protesilaos/dotfiles
This commit is contained in:
commit
bb3db6d697
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue