diff options
Diffstat (limited to '.config/i3/config')
-rw-r--r-- | .config/i3/config | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/.config/i3/config b/.config/i3/config index 28ab37b..576295d 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -39,7 +39,7 @@ for_window [class="protonvpn-app"] floating enable for_window [class="Anki"] floating enable for_window [class="feh"] floating enable for_window [class="mpv"] floating enable -for_window [title="フレンドリスト"] floating enable +for_window [title="フレンドリスト"] floating enable for_window [title="仮想マシンマネージャー"] floating enable, move position 1530 px 100 px, resizeset 320 px 550 px # scratchpad keys @@ -117,8 +117,7 @@ bindsym $mod+q kill # session reload, quit and lock bindsym $mod+Shift+c reload bindsym $mod+Shift+r restart -#bindsym $mod+Shift+e exec "i3-nagbar -t warning -m 'youre trying to say you like the tty better than me, right?' -B 'Yeah' 'i3-msg exit'" -bindsym Control+$alt+Delete exec "rofi -modi power:/home/hydrogen/.local/bin/rofi-power -show power" +bindsym Control+$alt+Delete exec "rofi -modi power:~/.local/bin/rofi-power -show power" mode "resize" { bindsym Left resize shrink width 15 px @@ -130,5 +129,4 @@ mode "resize" { bindsym Escape mode "default" bindsym $mod+r mode "default" } - bindsym $mod+r mode "resize" |