adding a lot of script changes
This commit is contained in:
parent
161abbf381
commit
d25a75a078
15 changed files with 237 additions and 406 deletions
12
river/init
12
river/init
|
@ -16,7 +16,7 @@ riverctl map normal $mod E spawn "emacsclient -c -a 'emacs'"
|
|||
riverctl map normal $mod B spawn qutebrowser
|
||||
riverctl map normal None Menu spawn "rofi -no-lazy-grab -show drun -modi drun"
|
||||
riverctl map normal $mod Menu spawn "rofi -no-lazy-grab -show run -modi run"
|
||||
riverctl map normal $mod P spawn rofipass
|
||||
riverctl map normal $mod P spawn rofi-rbw
|
||||
|
||||
|
||||
riverctl map normal $mod+Control M spawn "makoctl dismiss -a"
|
||||
|
@ -191,7 +191,8 @@ riverctl spawn mako
|
|||
riverctl spawn rbw-agent
|
||||
|
||||
# Turn on Waybar
|
||||
riverctl spawn waybar
|
||||
riverctl spawn 'export XDG_CURRENT_DESKTOP="Unity"'
|
||||
riverctl spawn 'waybar'
|
||||
riverctl spawn 'swaybg -i /usr/share/wallpapers/Flow/contents/images/5120x2880.jpg -m fill'
|
||||
|
||||
riverctl spawn 'export QT_QPA_PLATFORMTHEME="qt5ct"'
|
||||
|
@ -199,19 +200,20 @@ riverctl spawn 'export QT_QPA_PLATFORMTHEME="qt5ct"'
|
|||
# Use kile as my layout generator allows me to create really unique layouts
|
||||
# with an s-expression syntax
|
||||
riverctl spawn kile
|
||||
riverctl output-layout kile
|
||||
riverctl default-layout kile
|
||||
# riverctl output-layout kile
|
||||
|
||||
read -r -d '' DECK <<EOM
|
||||
( { h: ( { v: full deck } 1 0.6 0 ) } 1 0.6 1 )
|
||||
EOM
|
||||
|
||||
read -r -d '' TEST <<EOM
|
||||
( {v: deck deck } 1 0.6 0 )
|
||||
( {v: h h } 1 0.6 0 )
|
||||
EOM
|
||||
|
||||
riverctl send-layout-cmd kile "all $TEST"
|
||||
riverctl send-layout-cmd kile "outer_padding 20"
|
||||
riverctl send-layout-cmd kile "view_padding 10"
|
||||
riverctl send-layout-cmd kile "smart_padding true"
|
||||
riverctl send-layout-cmd kile "smart_padding false"
|
||||
|
||||
riverctl attach-mode bottom
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue