diff options
Diffstat (limited to '.config/i3/config')
-rw-r--r-- | .config/i3/config | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.config/i3/config b/.config/i3/config index 20a449a..9e6f0dd 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -1,7 +1,7 @@ set $mod Mod4 exec setxkbmap -option compose:menu -font pango:Hack Nerd Font 9 +font pango:Hack Nerd Font 18 # session setup # xdg autostart stuff @@ -32,7 +32,7 @@ bindsym Pause exec flameshot launcher bindsym $mod+Print exec flameshot screen -c --region 1920x1080+1920+1080 # fix my monitor -bindsym $mod+Shift+g exec xrandr --output DP-0 --mode 1920x1080 -r 180 +bindsym $mod+Shift+g exec xrandr --output DP-0 --mode 1920x1080 -r 180 --primary; exec xrandr --output HDMI-0 --mode 1920x1080 -r 60 --right-of DP-0 --rotate right # floating window definitions for_window [class="TeamSpeak 3"] floating enable |