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

@ -298,6 +298,7 @@
# Otherwise the "#" and following would be interpreted as a comment.
frame_color = "#3B7C87"
foreground = "#3B7C87"
highlight = "#3B7C87"
background = "#191311"
#background = "#2B313C"
timeout = 4
@ -307,6 +308,7 @@
[urgency_normal]
frame_color = "#5B8234"
foreground = "#5B8234"
highlight = "#5B8234"
background = "#191311"
#background = "#2B313C"
timeout = 6
@ -316,6 +318,7 @@
[urgency_critical]
frame_color = "#B7472A"
foreground = "#B7472A"
highlight = "#B7472A"
background = "#191311"
#background = "#2B313C"
timeout = 8

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