Compare commits
No commits in common. "88997abede16fce1130bffbfcd16a96a94f85ed3" and "44ae7b57360a24d6d7d150f369cbdf4e20b177ff" have entirely different histories.
88997abede
...
44ae7b5736
@ -61,21 +61,13 @@ set $white #ebdbb2
|
|||||||
set $black #282828
|
set $black #282828
|
||||||
set $gray #32302f
|
set $gray #32302f
|
||||||
|
|
||||||
# See sway(5) for details on these
|
# <colorclass> <brd> <bg> <text> <ind> <chld>
|
||||||
# Border color of the view itself v
|
client.focused $blue $black $white $gray $blue
|
||||||
# Indicator color (like for v/h split) v
|
client.focused_inactive $gray $black $white $gray $gray
|
||||||
# Titlebar text color v
|
client.unfocused $gray $black $white $gray $gray
|
||||||
# Titlebar backgrouond color v
|
client.urgent $yellow $black $white $gray $yellow
|
||||||
# Titlebar border color v
|
client.placeholder $magenta $black $white $gray $magenta
|
||||||
# <colorclass> <brd> <bg> <text> <ind> <chld>
|
client.background $bg
|
||||||
# The currently focused window
|
|
||||||
client.focused $blue $blue $black $gray $blue
|
|
||||||
# The most recently focused view in an unfocused container
|
|
||||||
client.focused_inactive $gray $black $white $gray $gray
|
|
||||||
# Any other unfocused views
|
|
||||||
client.unfocused $gray $gray $white $gray $gray
|
|
||||||
# Any view with an urgency hint
|
|
||||||
client.urgent $yellow $black $white $gray $yellow
|
|
||||||
|
|
||||||
## KEYBINDINGS
|
## KEYBINDINGS
|
||||||
# Set modifiers
|
# Set modifiers
|
||||||
@ -119,6 +111,7 @@ bindsym $mod+o exec --no-startup-id "~/.bin/i3-settree"
|
|||||||
# Miscellaneous non-movement hotkeys
|
# Miscellaneous non-movement hotkeys
|
||||||
bindsym $ctl+$mod+l exec --no-startup-id "loginctl lock-session"
|
bindsym $ctl+$mod+l exec --no-startup-id "loginctl lock-session"
|
||||||
bindsym $mod+$shift+c reload
|
bindsym $mod+$shift+c reload
|
||||||
|
bindsym $mod+$shift+r restart
|
||||||
|
|
||||||
# change focus
|
# change focus
|
||||||
bindsym $mod+h focus left
|
bindsym $mod+h focus left
|
||||||
|
Loading…
x
Reference in New Issue
Block a user