|
@@ -12,11 +12,11 @@ set $mod Mod1
|
|
|
|
|
|
# Font for window titles. Will also be used by the bar unless a different font
|
|
|
# is used in the bar {} block below.
|
|
|
-font pango:monospace 8
|
|
|
+font pango:monospace 9
|
|
|
|
|
|
# This font is widely installed, provides lots of unicode glyphs, right-to-left
|
|
|
# text rendering and scalability on retina/hidpi displays (thanks to pango).
|
|
|
-font pango:DejaVu Sans Mono 8
|
|
|
+font pango:DejaVu Sans Mono 9
|
|
|
|
|
|
# The combination of xss-lock, nm-applet and pactl is a popular choice, so
|
|
|
# they are included here as an example. Modify as you see fit.
|
|
@@ -50,7 +50,7 @@ bindsym $mod+Return exec sakura
|
|
|
bindsym $mod+Shift+q kill
|
|
|
|
|
|
# start dmenu (a program launcher)
|
|
|
-bindsym $mod+d exec dmenu_run -fn 'Droid Sans Mono-9'
|
|
|
+bindsym $mod+d exec bemenu-run -l 10 -p --counter always -c -W 0.1 -B 10 -fn 'Droid Sans Mono-12'
|
|
|
# There also is the (new) i3-dmenu-desktop which only displays applications
|
|
|
# shipping a .desktop file. It is a wrapper around dmenu, so you need that
|
|
|
# installed.
|
|
@@ -220,6 +220,10 @@ input * {
|
|
|
xkb_options "ctrl:nocaps"
|
|
|
}
|
|
|
|
|
|
+input 1452:591:Keychron_K8_Keychron_K8 {
|
|
|
+ xkb_layout "us"
|
|
|
+}
|
|
|
+
|
|
|
output * bg #000000 solid_color
|
|
|
|
|
|
exec swayidle -w timeout 120 'swaylock -f -c 000000' timeout 120 'swaymsg "output * power off"' resume 'swaymsg "output * power on"' before-sleep 'swaylock -f -c 000000'
|