more ports from nixos.
This commit is contained in:
parent
7e60c1595b
commit
0a814768b0
|
@ -298,6 +298,7 @@
|
||||||
# Otherwise the "#" and following would be interpreted as a comment.
|
# Otherwise the "#" and following would be interpreted as a comment.
|
||||||
frame_color = "#3B7C87"
|
frame_color = "#3B7C87"
|
||||||
foreground = "#3B7C87"
|
foreground = "#3B7C87"
|
||||||
|
highlight = "#3B7C87"
|
||||||
background = "#191311"
|
background = "#191311"
|
||||||
#background = "#2B313C"
|
#background = "#2B313C"
|
||||||
timeout = 4
|
timeout = 4
|
||||||
|
@ -307,6 +308,7 @@
|
||||||
[urgency_normal]
|
[urgency_normal]
|
||||||
frame_color = "#5B8234"
|
frame_color = "#5B8234"
|
||||||
foreground = "#5B8234"
|
foreground = "#5B8234"
|
||||||
|
highlight = "#5B8234"
|
||||||
background = "#191311"
|
background = "#191311"
|
||||||
#background = "#2B313C"
|
#background = "#2B313C"
|
||||||
timeout = 6
|
timeout = 6
|
||||||
|
@ -316,6 +318,7 @@
|
||||||
[urgency_critical]
|
[urgency_critical]
|
||||||
frame_color = "#B7472A"
|
frame_color = "#B7472A"
|
||||||
foreground = "#B7472A"
|
foreground = "#B7472A"
|
||||||
|
highlight = "#B7472A"
|
||||||
background = "#191311"
|
background = "#191311"
|
||||||
#background = "#2B313C"
|
#background = "#2B313C"
|
||||||
timeout = 8
|
timeout = 8
|
||||||
|
|
|
@ -29,8 +29,9 @@ set $mod Mod4
|
||||||
# text rendering and scalability on retina/hidpi displays (thanks to pango).
|
# text rendering and scalability on retina/hidpi displays (thanks to pango).
|
||||||
font pango:Fira Code 8
|
font pango:Fira Code 8
|
||||||
|
|
||||||
gaps inner 5
|
gaps inner 10
|
||||||
smart_gaps on
|
smart_gaps on
|
||||||
|
smart_borders on
|
||||||
|
|
||||||
#keybinding stuff
|
#keybinding stuff
|
||||||
# Use Mouse+$mod to drag floating windows to their wanted position
|
# 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
|
bindsym $mod+ctrl+l move container to output right
|
||||||
|
|
||||||
## split in horizontal orientation
|
## split in horizontal orientation
|
||||||
bindsym $mod+shift+backslash split h
|
bindsym $mod+: split h
|
||||||
|
|
||||||
# split in vertical orientation
|
# split in vertical orientation
|
||||||
bindsym $mod+shift+minus split v
|
bindsym $mod+shift+| split v
|
||||||
|
|
||||||
#enter fullscreen mode for the focused container
|
#enter fullscreen mode for the focused container
|
||||||
bindsym $mod+f fullscreen toggle
|
bindsym $mod+f fullscreen toggle
|
||||||
|
|
Loading…
Reference in a new issue