Update sway config
This commit is contained in:
parent
510e31d28c
commit
bb10cc6709
@ -14,7 +14,7 @@ set $down j
|
||||
set $up k
|
||||
set $right l
|
||||
# Your preferred terminal emulator
|
||||
set $term alacritty
|
||||
set $term kitty
|
||||
# Your preferred application launcher
|
||||
# Note: pass the final command to swaymsg so that the resulting window can be opened
|
||||
# on the original workspace that the command was run on.
|
||||
@ -26,6 +26,13 @@ set $lock swaylock -f -c 000000
|
||||
focus_follows_mouse no
|
||||
#title_window_icon yes
|
||||
|
||||
# hide_edge_borders smart
|
||||
|
||||
default_border none
|
||||
|
||||
gaps inner 10
|
||||
smart_gaps on
|
||||
|
||||
### Output configuration
|
||||
#
|
||||
# Default wallpaper (more resolutions are available in /usr/share/backgrounds/sway/)
|
||||
@ -66,7 +73,7 @@ focus_follows_mouse no
|
||||
# Read `man 5 sway-input` for more information about this section.
|
||||
input "type:keyboard" {
|
||||
xkb_layout us,cz(qwerty)
|
||||
xkb_options grp:shifts_toggle
|
||||
xkb_options grp:shifts_toggle
|
||||
}
|
||||
|
||||
### Key bindings
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user