Oooh I'm hypnotized
This commit is contained in:
parent
fab483191f
commit
a6b87ee942
10 changed files with 98 additions and 70 deletions
13
.config/gtk-3.0/gtk.css
Normal file
13
.config/gtk-3.0/gtk.css
Normal file
|
@ -0,0 +1,13 @@
|
|||
/* No (default) title bar on wayland */
|
||||
headerbar.default-decoration {
|
||||
/* You may need to tweak these values depending on your GTK theme */
|
||||
margin-bottom: 50px;
|
||||
margin-top: -100px;
|
||||
}
|
||||
|
||||
/* rm -rf window shadows */
|
||||
window.csd, /* gtk4? */
|
||||
window.csd decoration { /* gtk3 */
|
||||
box-shadow: none;
|
||||
}
|
||||
|
|
@ -1,11 +1,11 @@
|
|||
include=/home/amolinae/.cache/hellwal/mako-colors
|
||||
sort=-time
|
||||
layer=top
|
||||
width=300
|
||||
height=200
|
||||
width=250
|
||||
height=150
|
||||
border-size=2
|
||||
border-radius=0
|
||||
padding=20
|
||||
padding=16
|
||||
icons=1
|
||||
max-icon-size=64
|
||||
default-timeout=5000
|
||||
|
|
|
@ -31,11 +31,11 @@ riverctl map normal $mod+Shift C spawn camera
|
|||
riverctl map normal $mod L spawn swaylock
|
||||
riverctl map normal $mod+Shift S spawn "aws -r"
|
||||
riverctl map normal None Print spawn "aws -f"
|
||||
riverctl map normal None Print+Shift spawn "recordscreen"
|
||||
riverctl map normal None+Shift Print spawn "art"
|
||||
|
||||
# Super+Q to close the focused view
|
||||
riverctl map normal $mod Q close
|
||||
riverctl map normal $mod+Shift Q spawn powermenu
|
||||
riverctl map normal $mod+Shift Q spawn "sysutils"
|
||||
|
||||
riverctl map normal Super Return zoom
|
||||
|
||||
|
@ -90,6 +90,7 @@ riverctl rule-add -app-id "mpv" -title "webcam" float
|
|||
# Make all views with app-id "bar" and any title use client-side decorations
|
||||
riverctl rule-add -app-id "librewolf" ssd
|
||||
riverctl rule-add -app-id "firefox" ssd
|
||||
riverctl rule-add -app-id "org.pwmt.zathura" ssd
|
||||
|
||||
# River will send the process group of the init executable SIGTERM on exit.
|
||||
riverctl default-layout rivercarro
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue