From bf4ae1982dd97c9d084347862be603692325ed30 Mon Sep 17 00:00:00 2001 From: derped Date: Mon, 1 Jun 2020 02:42:20 +0200 Subject: [PATCH] i3: adjust keybind command for 1080p monitors --- config/etc/i3/config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/etc/i3/config b/config/etc/i3/config index bb07a33..2db0d58 100644 --- a/config/etc/i3/config +++ b/config/etc/i3/config @@ -49,7 +49,7 @@ bindsym $mod+Mod1+Down exec playerctl next bindsym $mod+Mod1+Up exec playerctl previous bindsym $mod+Shift+w sticky toggle -bindsym $mod+Shift+B floating enable; border none; resize set 900 600; move position 1836 38 +bindsym $mod+Shift+B floating enable; border none; resize set 900 600; move position 1020 19 ### END SYSKEY BINDSYM ### @@ -149,7 +149,7 @@ bindsym $mod+Shift+q kill # start dmenu (a program launcher) #bindsym $mod+d exec rofi -show run -lines 3 -eh 2 -width 100 -padding 330 -opacity "85" -config ~/.config/rofi.cfg -font "System San Francisco Display 12" -bindsym $mod+d exec dmenu_run -fn 'Droid Sans Mono-8' +bindsym $mod+d exec dmenu_run -fn 'Droid Sans Mono-8' # 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.