upd smol
This commit is contained in:
parent
5d13185f34
commit
4c901ef8df
3 changed files with 25 additions and 11 deletions
|
@ -23,10 +23,7 @@ exec --no-startup-id dex --autostart --environment i3
|
|||
exec --no-startup-id xgamma -b 0.9
|
||||
|
||||
## Compose-key
|
||||
exec --no-startup-id setxkbmap -layout us -option compose:menu
|
||||
|
||||
## Caps to Esc
|
||||
exec --no-startup-id setxkbmap -option caps:escape
|
||||
# exec --no-startup-id setxkbmap -layout us -option compose:menu
|
||||
|
||||
## Redshift
|
||||
exec --no-startup-id redshift -l 59:30
|
||||
|
@ -40,9 +37,11 @@ exec --no-startup-id picom -b
|
|||
## Autotiling
|
||||
exec_always --no-startup-id autotiling
|
||||
|
||||
## Keyboard layouts
|
||||
## Keyboard
|
||||
exec_always --no-startup-id setxkbmap -layout us,ru
|
||||
exec_always --no-startup-id xkb-switch --i3
|
||||
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.
|
||||
|
@ -134,8 +133,8 @@ bindsym XF86AudioMicMute exec --no-startup-id pactl set-source-mute @DEFAULT_SOU
|
|||
floating_modifier $mod
|
||||
|
||||
## start a terminal
|
||||
bindsym $mod+Return exec --no-startup-id kitty -1
|
||||
bindsym Mod1+Return exec --no-startup-id kitty -1
|
||||
bindsym $mod+Return exec --no-startup-id kitty
|
||||
bindsym Mod1+Return exec --no-startup-id kitty
|
||||
|
||||
## kill focused window
|
||||
bindsym $mod+q kill
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue