|
|
@ -43,6 +43,9 @@ floating_modifier $mod |
|
|
|
# start a terminal |
|
|
|
# start a terminal |
|
|
|
bindsym $mod+Return exec termite |
|
|
|
bindsym $mod+Return exec termite |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# start a terminal but in floating mode |
|
|
|
|
|
|
|
bindsym $mod+Shift+Return exec termite --role floating |
|
|
|
|
|
|
|
|
|
|
|
# kill focused window |
|
|
|
# kill focused window |
|
|
|
bindsym $mod+Shift+q kill |
|
|
|
bindsym $mod+Shift+q kill |
|
|
|
|
|
|
|
|
|
|
@ -218,6 +221,7 @@ exec_always nitrogen --restore |
|
|
|
# Floating for some stuff |
|
|
|
# Floating for some stuff |
|
|
|
for_window [class="discord"] floating enable |
|
|
|
for_window [class="discord"] floating enable |
|
|
|
for_window [class="Steam"] floating enable |
|
|
|
for_window [class="Steam"] floating enable |
|
|
|
|
|
|
|
for_window [window_role="^floating$"] floating enable |
|
|
|
|
|
|
|
|
|
|
|
# Monitor stuff |
|
|
|
# Monitor stuff |
|
|
|
exec_always xrandr --output DP-0 --off --output DP-1 --off --output DP-2 --primary --mode 2560x1080 --pos 1920x0 --rotate normal --output DP-3 --off --output HDMI-0 --mode 1920x1080 --pos 0x0 --rotate normal --output DP-4 --off --output DP-5 --off |
|
|
|
exec_always xrandr --output DP-0 --off --output DP-1 --off --output DP-2 --primary --mode 2560x1080 --pos 1920x0 --rotate normal --output DP-3 --off --output HDMI-0 --mode 1920x1080 --pos 0x0 --rotate normal --output DP-4 --off --output DP-5 --off |
|
|
|