From 380b52408dc5ef0d1bfe554caf6fd5ccdbc69435 Mon Sep 17 00:00:00 2001 From: Michael Grote Date: Tue, 29 Jun 2021 10:15:39 +0200 Subject: [PATCH] i3: Doku --- i3/config | 30 +----------------------------- 1 file changed, 1 insertion(+), 29 deletions(-) diff --git a/i3/config b/i3/config index 01f5a45..0ce4d95 100644 --- a/i3/config +++ b/i3/config @@ -79,7 +79,7 @@ bindsym $mod+Ctrl+less move workspace to output left bindsym $mod+f fullscreen toggle # enter lockscreen -bindsym $mod+Shift+s exec i3lock -c 000000 +bindsym $mod+l exec i3lock -c 000000 # change container layout (stacked, tabbed, toggle split) #bindsym $mod+s layout stacking @@ -142,36 +142,8 @@ bindsym $mod+Shift+r restart # exit i3 (logs you out of your X session) bindsym $mod+Shift+e exec "i3-nagbar -t warning -m 'You pressed the exit shortcut. Do you really want to exit i3? This will end your X session.' -B 'Yes, exit i3' 'i3-msg exit'" -# resize window (you can also use the mouse for that) -mode "resize" { - # These bindings trigger as soon as you enter the resize mode - - # Pressing left will shrink the window’s width. - # Pressing right will grow the window’s width. - # Pressing up will shrink the window’s height. - # Pressing down will grow the window’s height. - bindsym j resize shrink width 10 px or 10 ppt - bindsym k resize grow height 10 px or 10 ppt - bindsym l resize shrink height 10 px or 10 ppt - bindsym h 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 Up resize grow height 10 px or 10 ppt - bindsym Down 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" - bindsym $mod+r mode "default" -} - -# bindsym $mod+r mode "resize" #deaktiviert - # keine Fensterrahmen wenn nur ein Fenster angezeigt wird hide_edge_borders smart - for_window [class=".*"] border pixel 1 # polybar