This commit is contained in:
паша душный 2023-05-06 23:08:15 +03:00
parent 1a87a87b86
commit 734440f693
3 changed files with 21 additions and 59 deletions

View file

@ -43,10 +43,8 @@ exec_always --no-startup-id autotiling
## Keyboard All
exec_always --no-startup-id setxkbmap -layout us,ru
exec_always --no-startup-id setxkbmap -option 'compose:sclk,caps:escape,altwin:menu_win'
exec_always --no-startup-id xkb-switch --i3
exec_always --no-startup-id setxkbmap -option compose:sclk
exec_always --no-startup-id setxkbmap -option caps:escape
exec_always --no-startup-id setxkbmap -option altwin:menu_win
## xss-lock grabs a logind suspend inhibit lock and will use i3lock to lock the
## screen before suspend. Use loginctl lock-session to lock your screen.