Compare commits

...

4 commits

3 changed files with 29 additions and 59 deletions

View file

@ -19,7 +19,7 @@ riverctl spawn "pgrep -x river-tag-overl || river-tag-overlay --anchors=1:0:0:0"
# yambar spawned by load-colors # yambar spawned by load-colors
riverctl spawn "pgrep -x kanshi || kanshi" riverctl spawn "pgrep -x kanshi || kanshi"
riverctl set-repeat 30 190 riverctl set-repeat 30 290
riverctl xcursor-theme Adwaita riverctl xcursor-theme Adwaita
@ -29,11 +29,7 @@ riverctl input 2:7:SynPS/2_Synaptics_TouchPad tap enabled
riverctl float-filter-add title Picture-in-Picture riverctl float-filter-add title Picture-in-Picture
riverctl float-filter-add title "Firefox — Sharing Indicator" riverctl float-filter-add title "Firefox — Sharing Indicator"
riverctl csd-filter-add app-id firefox
riverctl csd-filter-add app-id gnome-calendar
riverctl csd-filter-add app-id org.pwmt.zathura
~/.config/river/keys ~/.config/river/keys
riverctl spawn "pgrep -x rivertile || rivertile"
riverctl default-layout rivertile riverctl default-layout rivertile
exec rivertile

View file

@ -59,23 +59,15 @@ define_tag() {
riverctl map normal $mod+Shift+Control $2 toggle-view-tags $1 riverctl map normal $mod+Shift+Control $2 toggle-view-tags $1
} }
define_tag $((1 << 0)) U define_tag $((1 << 0)) 1
define_tag $((1 << 1)) I define_tag $((1 << 1)) 2
define_tag $((1 << 2)) O define_tag $((1 << 2)) 3
define_tag $((1 << 3)) P define_tag $((1 << 3)) 4
define_tag $((1 << 4)) Y define_tag $((1 << 4)) 5
define_tag $((1 << 5)) Comma define_tag $((1 << 5)) 6
define_tag $((1 << 6)) Period define_tag $((1 << 6)) 7
define_tag $((1 << 7)) Slash define_tag $((1 << 7)) 8
define_tag $((1 << 11)) 1 define_tag $((1 << 8)) 9
define_tag $((1 << 12)) 2
define_tag $((1 << 13)) 3
define_tag $((1 << 14)) 4
define_tag $((1 << 15)) 5
define_tag $((1 << 16)) 6
define_tag $((1 << 17)) 7
define_tag $((1 << 18)) 8
define_tag $((1 << 19)) 9
all_tags=$(((1 << 32) - 1)) all_tags=$(((1 << 32) - 1))
riverctl map normal $mod 0 set-focused-tags $all_tags riverctl map normal $mod 0 set-focused-tags $all_tags

View file

@ -16,24 +16,15 @@ bar:
margin: 8 margin: 8
tag: id tag: id
values: values:
1: {string: {text: "u"}} 1: {string: {text: "1"}}
2: {string: {text: "i"}} 2: {string: {text: "2"}}
3: {string: {text: "o"}} 3: {string: {text: "3"}}
4: {string: {text: "p"}} 4: {string: {text: "4"}}
5: {string: {text: "y"}} 5: {string: {text: "5"}}
6: {string: {text: ","}} 6: {string: {text: "6"}}
7: {string: {text: "."}} 7: {string: {text: "7"}}
8: {string: {text: "/"}} 8: {string: {text: "8"}}
12: {string: {text: "1"}} 9: {string: {text: "9"}}
13: {string: {text: "2"}}
14: {string: {text: "3"}}
15: {string: {text: "4"}}
16: {string: {text: "5"}}
17: {string: {text: "6"}}
18: {string: {text: "7"}}
19: {string: {text: "8"}}
20: {string: {text: "9"}}
21: {string: {text: "0"}}
content: content:
map: map:
tag: state tag: state
@ -42,24 +33,15 @@ bar:
map: map:
<<: *river_base <<: *river_base
values: values:
1: {string: {text: "u", foreground: *bg}} 1: {string: {text: "1", foreground: *bg}}
2: {string: {text: "i", foreground: *bg}} 2: {string: {text: "2", foreground: *bg}}
3: {string: {text: "o", foreground: *bg}} 3: {string: {text: "3", foreground: *bg}}
4: {string: {text: "p", foreground: *bg}} 4: {string: {text: "4", foreground: *bg}}
5: {string: {text: "y", foreground: *bg}} 5: {string: {text: "5", foreground: *bg}}
6: {string: {text: ",", foreground: *bg}} 6: {string: {text: "6", foreground: *bg}}
7: {string: {text: ".", foreground: *bg}} 7: {string: {text: "7", foreground: *bg}}
8: {string: {text: "/", foreground: *bg}} 8: {string: {text: "8", foreground: *bg}}
12: {string: {text: "1", foreground: *bg}} 9: {string: {text: "9", foreground: *bg}}
13: {string: {text: "2", foreground: *bg}}
14: {string: {text: "3", foreground: *bg}}
15: {string: {text: "4", foreground: *bg}}
16: {string: {text: "5", foreground: *bg}}
17: {string: {text: "6", foreground: *bg}}
18: {string: {text: "7", foreground: *bg}}
19: {string: {text: "8", foreground: *bg}}
20: {string: {text: "9", foreground: *bg}}
21: {string: {text: "0", foreground: *bg}}
deco: {background: {color: *accent}} deco: {background: {color: *accent}}
unfocused: {map: {<<: *river_base}} unfocused: {map: {<<: *river_base}}
invisible: invisible: