Browse Source

Wed Sep 20 06:48:22 UTC 2023

G. Capella 7 months ago
parent
commit
92e1868034
2 changed files with 8 additions and 4 deletions
  1. 1 1
      dots/.config/sakura/sakura.conf
  2. 7 3
      dots/.config/sway/config

+ 1 - 1
dots/.config/sakura/sakura.conf

@@ -25,7 +25,7 @@ colorset6_curs=rgb(255,255,255)
 colorset6_key=F6
 last_colorset=1
 scroll_lines=4096
-font=Source Code Pro 11
+font=Source Code Pro 13
 show_always_first_tab=No
 scrollbar=false
 closebutton=true

+ 7 - 3
dots/.config/sway/config

@@ -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'