Commit 86aa24d7 authored by Jay Ta'ala's avatar Jay Ta'ala
Browse files

Merge branch 'development'

parents 414e18cb c284c9f4
...@@ -8,20 +8,20 @@ set $mod Mod4 ...@@ -8,20 +8,20 @@ set $mod Mod4
workspace_layout tabbed workspace_layout tabbed
# Configure border style <normal|1pixel|pixel xx|none|pixel> # Configure border style <normal|1pixel|pixel xx|none|pixel>
#new_window pixel 1 for_window [class=".*"] border pixel 5
for_window [class=".*"] border normal
# Hide borders <none|vertical|horizontal|both|smart> # Hide borders <none|vertical|horizontal|both|smart>
hide_edge_borders smart hide_edge_borders none
# change borders # change borders
bindsym $mod+u border none bindsym $mod+u border none
bindsym $mod+y border pixel 1 bindsym $mod+y border pixel 5
bindsym $mod+n border normal bindsym $mod+n border normal
# Font for window titles. Will also be used by the bar unless a different font # Font for window titles. Will also be used by the bar unless a different font
# is used in the bar {} block below. # is used in the bar {} block below.
font xft:URWGothic-Book 11 font xft:URWGothic-Book 11
#font pango:monospace 11
# Use Mouse+$mod to drag floating windows # Use Mouse+$mod to drag floating windows
floating_modifier $mod floating_modifier $mod
...@@ -133,6 +133,7 @@ bindsym $mod+Shift+z split h, layout stacked, focus left, move right, move up, f ...@@ -133,6 +133,7 @@ bindsym $mod+Shift+z split h, layout stacked, focus left, move right, move up, f
# toggle fullscreen mode for the focused container # toggle fullscreen mode for the focused container
bindsym $mod+space fullscreen toggle bindsym $mod+space fullscreen toggle
bindsym --whole-window button8 fullscreen toggle
# several 16:9 resolutions binded for quick switching # several 16:9 resolutions binded for quick switching
bindsym $mod+Shift+bracketleft exec xrandr -s 1024x576 bindsym $mod+Shift+bracketleft exec xrandr -s 1024x576
...@@ -409,6 +410,7 @@ bar { ...@@ -409,6 +410,7 @@ bar {
bindsym $mod+m bar mode toggle bindsym $mod+m bar mode toggle
# Theme colors # Theme colors
set $bdrcolor #4d4949
set $bgicolor #d58681 set $bgicolor #d58681
set $bgucolor #6a6868 set $bgucolor #6a6868
set $txtacolor #F9FAF9 set $txtacolor #F9FAF9
...@@ -416,9 +418,9 @@ set $txtucolor #bdbbbb ...@@ -416,9 +418,9 @@ set $txtucolor #bdbbbb
set $indcolor #00ff00 set $indcolor #00ff00
# class border backgr. text indic. child_border # class border backgr. text indic. child_border
client.focused $acolour $acolour $txtacolor $indcolor client.focused $bdrcolor $acolour $txtacolor $indcolor
client.focused_inactive $acolour $bgicolor $txtacolor $indcolor client.focused_inactive $bdrcolor $bgicolor $txtacolor $indcolor
client.unfocused $acolour $bgucolor $txtucolor $indcolor client.unfocused $bdrcolor $bgucolor $txtucolor $indcolor
client.urgent #CB4B16 #FDF6E3 #CB4B16 $indcolor client.urgent #CB4B16 #FDF6E3 #CB4B16 $indcolor
client.placeholder #000000 #0c0c0c $txtacolor #000000 client.placeholder #000000 #0c0c0c $txtacolor #000000
client.background #2B2C2B client.background #2B2C2B
...@@ -437,7 +439,7 @@ gaps outer -6 ...@@ -437,7 +439,7 @@ gaps outer -6
# gaps outer all plus 5 # gaps outer all plus 5
# Smart gaps (gaps used if only more than one container on the workspace) # Smart gaps (gaps used if only more than one container on the workspace)
smart_gaps on #smart_gaps on
# Smart borders (draw borders around container only if it is not the only container on this workspace) # Smart borders (draw borders around container only if it is not the only container on this workspace)
# on|no_gaps (on=always activate and no_gaps=only activate if the gap size to the edge of the screen is 0) # on|no_gaps (on=always activate and no_gaps=only activate if the gap size to the edge of the screen is 0)
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment