diff options
author | Hydrogen <hydrogen@h2.gay> | 2025-05-11 17:16:09 +0100 |
---|---|---|
committer | Hydrogen <hydrogen@h2.gay> | 2025-05-11 17:16:09 +0100 |
commit | 29901baa5919eb0e1de0bcc198a8393e923ab8bb (patch) | |
tree | 853f1cf54cf8dc96a7574fbdc1f118d56b47742b /.config/i3/config | |
parent | d14fcfa8eedce017022559334c042239b0df54d9 (diff) |
aaauhg
Diffstat (limited to '.config/i3/config')
-rw-r--r-- | .config/i3/config | 13 |
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 |