summaryrefslogtreecommitdiff
path: root/.config/i3
diff options
context:
space:
mode:
authoryuzu-eva <stevenhu@web.de>2024-11-22 22:46:51 +0100
committeryuzu-eva <stevenhu@web.de>2024-11-22 22:46:51 +0100
commit8ee1d315286dd91035cc52e4fa918d6ff710fc76 (patch)
treea4cfb2e8327b06cdbd87863b7566a15aa5d49a4d /.config/i3
parent244a38ddffb4919ab29b474be1d2880f37d87528 (diff)
updated some config files
Diffstat (limited to '.config/i3')
-rw-r--r--.config/i3/config21
1 files changed, 2 insertions, 19 deletions
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"