From 8ee1d315286dd91035cc52e4fa918d6ff710fc76 Mon Sep 17 00:00:00 2001 From: yuzu-eva Date: Fri, 22 Nov 2024 22:46:51 +0100 Subject: updated some config files --- .config/i3/config | 21 ++------------------- 1 file changed, 2 insertions(+), 19 deletions(-) (limited to '.config/i3') diff --git a/.config/i3/config b/.config/i3/config index 21c0928..a8743f5 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -8,7 +8,8 @@ set $mod Mod4 # is used in the bar {} block below. font pango:Iosevka Term Custom 10 -for_window [class="floating"] floating enable +for_window [class="Tk"] floating enable +for_window [class="MVis"] floating enable # no_focus [all] # focus_on_window_activation none @@ -60,24 +61,12 @@ bindsym $mod+j focus down bindsym $mod+k focus up bindsym $mod+l focus right -# # alternatively, you can use the cursor keys: -# bindsym $mod+Left focus left -# bindsym $mod+Down focus down -# bindsym $mod+Up focus up -# bindsym $mod+Right focus right - # move focused window bindsym $mod+Shift+H move left bindsym $mod+Shift+J move down bindsym $mod+Shift+K move up bindsym $mod+Shift+L move right -# # alternatively, you can use the cursor keys: -# bindsym $mod+Shift+Left move left -# bindsym $mod+Shift+Down move down -# bindsym $mod+Shift+Up move up -# bindsym $mod+Shift+Right move right - # split in horizontal orientation bindsym $mod+s split v @@ -143,12 +132,6 @@ mode "resize" { bindsym k resize shrink height 10 px or 10 ppt bindsym l resize grow width 10 px or 10 ppt - # # same bindings, but for the arrow keys - # bindsym Left resize shrink width 10 px or 10 ppt - # bindsym Down resize grow height 10 px or 10 ppt - # bindsym Up resize shrink height 10 px or 10 ppt - # bindsym Right resize grow width 10 px or 10 ppt - # back to normal: Enter or Escape or $mod+r bindsym Return mode "default" bindsym Escape mode "default" -- cgit v1.2.3