some things for other things and new mpv ui
This commit is contained in:
parent
4f4bf30170
commit
485fbf28ba
14 changed files with 2135 additions and 75 deletions
12
river/init
12
river/init
|
@ -14,8 +14,8 @@ mod="Mod4"
|
|||
riverctl map normal $mod Return spawn alacritty
|
||||
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 None Menu spawn "wofi --show drun"
|
||||
riverctl map normal $mod Menu spawn "wofi --show run"
|
||||
riverctl map normal $mod P spawn rofi-rbw
|
||||
|
||||
|
||||
|
@ -169,13 +169,13 @@ riverctl csd-filter-add "gedit"
|
|||
# riverctl csd-filter-remove "emacs"
|
||||
|
||||
# Set opacity and fade effect
|
||||
riverctl opacity 0.95 0.45 0.0 0.1 20
|
||||
# riverctl opacity 0.95 0.45 0.0 0.1 20
|
||||
|
||||
# Set cursor theme
|
||||
riverctl xcursor-theme breeze-snow
|
||||
|
||||
#set the decos
|
||||
riverctl border-width 0
|
||||
riverctl border-width 1
|
||||
|
||||
# set pointer speed
|
||||
riverctl input 1118:1997:Microsoft_Surface_Keyboard_Touchpad tap enabled
|
||||
|
@ -195,8 +195,6 @@ 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"'
|
||||
|
||||
# Use kile as my layout generator allows me to create really unique layouts
|
||||
# with an s-expression syntax
|
||||
riverctl spawn kile
|
||||
|
@ -212,7 +210,7 @@ read -r -d '' TEST <<EOM
|
|||
EOM
|
||||
|
||||
riverctl send-layout-cmd kile "all $TEST"
|
||||
riverctl send-layout-cmd kile "outer_padding 20"
|
||||
riverctl send-layout-cmd kile "outer_padding 10"
|
||||
riverctl send-layout-cmd kile "view_padding 10"
|
||||
riverctl send-layout-cmd kile "smart_padding false"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue