diff options
| author | Syndamia <kamen@syndamia.com> | 2023-01-02 18:38:47 +0200 |
|---|---|---|
| committer | Syndamia <kamen@syndamia.com> | 2023-01-02 18:38:47 +0200 |
| commit | 77bd44842e79a4c8f06add6917cdec4ebd6ee5eb (patch) | |
| tree | 64aeafd481bf7b885a547f6aeb9f7de96d645eae /.a/sys | |
| parent | d464e7352cfc1078e7bef77c07777a54a0148c83 (diff) | |
| download | dotfiles-77bd44842e79a4c8f06add6917cdec4ebd6ee5eb.tar dotfiles-77bd44842e79a4c8f06add6917cdec4ebd6ee5eb.tar.gz dotfiles-77bd44842e79a4c8f06add6917cdec4ebd6ee5eb.zip | |
[plumb] Implemented initial setup for plumb
Diffstat (limited to '.a/sys')
| -rwxr-xr-x | .a/sys/on-wm-session.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.a/sys/on-wm-session.sh b/.a/sys/on-wm-session.sh index 3075c0d..454073f 100755 --- a/.a/sys/on-wm-session.sh +++ b/.a/sys/on-wm-session.sh @@ -13,7 +13,8 @@ lxpolkit & xautolock -detectsleep -secure -time 15 -locker ~/.a/sys/lock.sh & # auto lock screen tint2 & # taskbar picom & # compositor -setxkbmap -layout "us,bg-custom" -option "grp:alt_shift_toggle,lv3:win_switch" & # keyboard switching +setxkbmap -layout "us,bg-custom" -option "grp:alt_shift_toggle,lv3:switch,caps:hyper" -v & # keyboard switching +sxhkd -c "$HOME/.sxhkdrc" if [[ $device == "desktop" ]]; then xset m 1 1 # disable mouse acceleration (not a very proper way to do it, I know) |
