Adding libinput and some various changes
This commit is contained in:
parent
f7c99edabb
commit
ed47a44b2b
14 changed files with 248 additions and 14 deletions
16
river/init
16
river/init
|
@ -13,7 +13,7 @@ mod="Mod4"
|
|||
# Mod+Shift+Return to start an instance of foot (https://codeberg.org/dnkl/foot)
|
||||
riverctl map normal $mod Return spawn alacritty
|
||||
riverctl map normal $mod E spawn emacsclient -c -a 'emacs'
|
||||
riverctl map normal Menu wofi --show drun
|
||||
riverctl map normal Menu spawn rofi -no-lazy-grab -show run -modi run
|
||||
|
||||
# Mod+Q to close the focused view
|
||||
riverctl map normal $mod C close
|
||||
|
@ -39,7 +39,7 @@ riverctl map normal $mod+Shift Period send-to-output next
|
|||
riverctl map normal $mod+Shift Comma send-to-output previous
|
||||
|
||||
# Mod+Return to bump the focused view to the top of the layout stack
|
||||
riverctl map normal $mod Return zoom
|
||||
# riverctl map normal $mod Return zoom
|
||||
|
||||
# Mod+H and Mod+L to decrease/increase the main factor by 5%
|
||||
# If using rivertile(1) this determines the width of the main stack.
|
||||
|
@ -147,19 +147,27 @@ do
|
|||
done
|
||||
|
||||
# Set repeat rate
|
||||
riverctl set-repeat 120 220
|
||||
riverctl set-repeat 180 200
|
||||
|
||||
# Set the layout on startup
|
||||
riverctl layout rivertile left
|
||||
riverctl layout rivertile
|
||||
|
||||
# Set app-ids of views which should float
|
||||
riverctl float-filter-add "float"
|
||||
riverctl float-filter-add "popup"
|
||||
riverctl float-filter-add "dolphin"
|
||||
|
||||
# Set app-ids of views which should use client side decorations
|
||||
riverctl csd-filter-add "gedit"
|
||||
|
||||
# Set opacity and fade effect
|
||||
riverctl opacity 0.8 0.45 0.0 0.1 20
|
||||
|
||||
# Set cursor theme
|
||||
riverctl xcursor-theme breeze-snow
|
||||
|
||||
# Set layout
|
||||
wlr-randr --output eDP-1 --pos 0,0 --scale 2
|
||||
|
||||
# Turn on Waybar
|
||||
waybar
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue