summaryrefslogtreecommitdiff
path: root/.config/i3
diff options
context:
space:
mode:
Diffstat (limited to '.config/i3')
-rw-r--r--.config/i3/config13
1 files changed, 8 insertions, 5 deletions
diff --git a/.config/i3/config b/.config/i3/config
index 7e6945b..20a449a 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 10
+font pango:Hack Nerd Font 9
# session setup
# xdg autostart stuff
@@ -29,7 +29,10 @@ bindsym $mod+Return exec alacritty
# screenshot keys
bindsym Print exec flameshot gui
bindsym Pause exec flameshot launcher
-bindsym Mod4+Print exec flameshot screen -c --region 1920x1080+1920+1080
+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
# floating window definitions
for_window [class="TeamSpeak 3"] floating enable
@@ -61,8 +64,8 @@ bindsym $mod+f fullscreen toggle
bindsym $mod+s layout stacking
bindsym $mod+w layout tabbed
bindsym $mod+e layout toggle split
-bindsym $mod+grave floating toggle
-bindsym $mod+Mod1+grave focus mode_toggle
+bindsym $mod+Tab floating toggle
+bindsym Mod1+Tab focus mode_toggle
bindsym $mod+a focus parent
# change focus
@@ -115,7 +118,7 @@ bindsym $mod+q kill
# session reload, quit and lock
bindsym $mod+Shift+c reload
bindsym $mod+Shift+r restart
-bindsym Control+$alt+Delete exec "rofi -modi power:~/.config/rofi/rofi-power -show power"
+bindsym Control+Mod1+Delete exec "rofi -modi power:~/.config/rofi/rofi-power -show power"
mode "resize" {
bindsym Left resize shrink width 15 px