1
0
Fork 0

Add keymap setting
continuous-integration/drone/push Build is failing Details

main
Ambrose Chua 2019-03-19 12:35:04 +08:00
parent ea4a0d680b
commit 96d7476dea
1 changed files with 8 additions and 4 deletions

View File

@ -43,6 +43,10 @@ output * bg ~/.wallpaper.jpg fill
# #
# You can get the names of your inputs by running: swaymsg -t get_inputs # You can get the names of your inputs by running: swaymsg -t get_inputs
# Read `man 5 sway-input` for more information about this section. # Read `man 5 sway-input` for more information about this section.
input * {
xkb_layout us
xkb_variant dvp
}
### Key bindings ### Key bindings
# #
@ -216,7 +220,7 @@ font xft:'Ubuntu' bold 11
# #
# WE LOVE GAPS: # WE LOVE GAPS:
# #
for_window [class="^.*"] border pixel 1 #for_window [class="^.*"] border pixel 1
smart_gaps on smart_gaps on
gaps inner 12 gaps inner 12
gaps outer 8 gaps outer 8
@ -229,9 +233,9 @@ exec xrdb -merge .Xresources
# #
# Monitor Layout: # Monitor Layout:
# #
output eDP-1 scale 2 pos 4000 0 #output eDP-1 scale 2 pos 4000 0
output DP-4 pos 1440 -540 #output DP-4 pos 1440 -540
output DP-1 pos 0 0 #output DP-1 pos 0 0
include /etc/sway/config.d/* include /etc/sway/config.d/*