i3: adjust keybind command for 1080p monitors
This commit is contained in:
parent
a138cd13bd
commit
bf4ae1982d
1 changed files with 2 additions and 2 deletions
|
@ -49,7 +49,7 @@ bindsym $mod+Mod1+Down exec playerctl next
|
||||||
bindsym $mod+Mod1+Up exec playerctl previous
|
bindsym $mod+Mod1+Up exec playerctl previous
|
||||||
|
|
||||||
bindsym $mod+Shift+w sticky toggle
|
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 ###
|
### END SYSKEY BINDSYM ###
|
||||||
|
|
||||||
|
@ -149,7 +149,7 @@ bindsym $mod+Shift+q kill
|
||||||
|
|
||||||
# start dmenu (a program launcher)
|
# 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 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
|
# 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
|
# shipping a .desktop file. It is a wrapper around dmenu, so you need that
|
||||||
# installed.
|
# installed.
|
||||||
|
|
Loading…
Reference in a new issue