1
0
Fork 0

i3: adjust keybind command for 1080p monitors

This commit is contained in:
Kevin Baensch 2020-06-01 02:42:20 +02:00
parent a138cd13bd
commit bf4ae1982d
Signed by: derped
GPG Key ID: C0F1D326C7626543
1 changed files with 2 additions and 2 deletions

View File

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