more ports from nixos.

This commit is contained in:
Gabe Venberg 2024-04-08 09:23:33 -05:00
parent 7e60c1595b
commit 0a814768b0
2 changed files with 7 additions and 3 deletions

View file

@ -29,8 +29,9 @@ set $mod Mod4
# text rendering and scalability on retina/hidpi displays (thanks to pango).
font pango:Fira Code 8
gaps inner 5
gaps inner 10
smart_gaps on
smart_borders on
#keybinding stuff
# Use Mouse+$mod to drag floating windows to their wanted position
@ -72,10 +73,10 @@ smart_gaps on
bindsym $mod+ctrl+l move container to output right
## split in horizontal orientation
bindsym $mod+shift+backslash split h
bindsym $mod+: split h
# split in vertical orientation
bindsym $mod+shift+minus split v
bindsym $mod+shift+| split v
#enter fullscreen mode for the focused container
bindsym $mod+f fullscreen toggle