Compare commits
8 commits
c7205fc4ca
...
abf79a143f
Author | SHA1 | Date | |
---|---|---|---|
abf79a143f | |||
8972b0f8db | |||
164381d901 | |||
e8e752df11 | |||
3574006472 | |||
2561ed62e2 | |||
a4d9ff7db9 | |||
5ae58d698c |
7 changed files with 13 additions and 19 deletions
|
@ -1,7 +1,7 @@
|
||||||
font=JetBrainsMono Nerd Font:size=10
|
font=Iosevka Term SS14:style=Medium:pixelsize=18
|
||||||
font-bold=JetBrainsMono Nerd Font:style=Bold:size=10
|
font-bold=Iosevka Term SS14:style=Bold:pixelsize=18
|
||||||
font-italic=JetBrainsMono Nerd Font:style=Italic:size=10
|
font-italic=Iosevka Term SS14:style=Medium Italic:pixelsize=18
|
||||||
font-bold-italic=JetBrainsMono Nerd Font:style=Bold Italic:size=10
|
font-bold-italic=Iosevka Term SS14:style=Bold Italic:pixelsize=18
|
||||||
|
|
||||||
# Selenized black
|
# Selenized black
|
||||||
[cursor]
|
[cursor]
|
||||||
|
|
|
@ -23,7 +23,7 @@ export bg=181818
|
||||||
export bg2=252525
|
export bg2=252525
|
||||||
export fg=b9b9b9
|
export fg=b9b9b9
|
||||||
export fg2=dedede
|
export fg2=dedede
|
||||||
export hl=$fg
|
export hl=368aeb
|
||||||
|
|
||||||
# solarized light
|
# solarized light
|
||||||
# export bg=fdf6e3
|
# export bg=fdf6e3
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP=river
|
dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP=river
|
||||||
riverctl spawn "pipewire-run"
|
riverctl spawn "pgrep -x pipewire || pipewire"
|
||||||
riverctl spawn "/usr/libexec/xdg-desktop-portal-wlr"
|
riverctl spawn "/usr/libexec/xdg-desktop-portal-wlr"
|
||||||
|
|
||||||
~/.config/river/load-colors
|
~/.config/river/load-colors
|
||||||
|
@ -31,10 +31,7 @@ riverctl set-repeat 30 190
|
||||||
riverctl xcursor-theme Adwaita
|
riverctl xcursor-theme Adwaita
|
||||||
|
|
||||||
riverctl input "2:10:TPPS/2_IBM_TrackPoint" pointer-accel 0.5
|
riverctl input "2:10:TPPS/2_IBM_TrackPoint" pointer-accel 0.5
|
||||||
|
riverctl input 2:7:SynPS/2_Synaptics_TouchPad tap enabled
|
||||||
riverctl float-filter-add "float"
|
|
||||||
riverctl float-filter-add "popup"
|
|
||||||
riverctl float-filter-add "info"
|
|
||||||
|
|
||||||
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"
|
||||||
|
|
|
@ -2,6 +2,9 @@
|
||||||
|
|
||||||
mod="Mod4"
|
mod="Mod4"
|
||||||
|
|
||||||
|
riverctl map normal $mod Z spawn yambar-run
|
||||||
|
riverctl map -release normal $mod Z spawn 'killall yambar'
|
||||||
|
|
||||||
riverctl map normal $mod Q close
|
riverctl map normal $mod Q close
|
||||||
|
|
||||||
riverctl map normal $mod+Shift E exit
|
riverctl map normal $mod+Shift E exit
|
||||||
|
@ -109,4 +112,3 @@ riverctl map normal $mod+Shift M spawn 'lock && doas pm-suspend'
|
||||||
riverctl map normal $mod+Shift T spawn footclient
|
riverctl map normal $mod+Shift T spawn footclient
|
||||||
riverctl map normal $mod+Shift Return spawn fuzzel-run
|
riverctl map normal $mod+Shift Return spawn fuzzel-run
|
||||||
riverctl map normal None Print spawn 'grimshot copy area'
|
riverctl map normal None Print spawn 'grimshot copy area'
|
||||||
|
|
||||||
|
|
|
@ -4,5 +4,4 @@
|
||||||
riverctl background-color 0x$bg
|
riverctl background-color 0x$bg
|
||||||
riverctl border-color-focused 0x$hl
|
riverctl border-color-focused 0x$hl
|
||||||
riverctl border-color-unfocused 0x$bg2
|
riverctl border-color-unfocused 0x$bg2
|
||||||
|
riverctl border-width 1
|
||||||
riverctl spawn yambar-run
|
|
||||||
|
|
|
@ -1,4 +0,0 @@
|
||||||
#!/bin/sh
|
|
||||||
# pgrep -x pipewire && exit 0
|
|
||||||
killall pipewire
|
|
||||||
exec pipewire
|
|
4
.profile
4
.profile
|
@ -20,8 +20,8 @@ export EDITOR=kak
|
||||||
|
|
||||||
export QT_WAYLAND_DISABLE_WINDOWDECORATION=1
|
export QT_WAYLAND_DISABLE_WINDOWDECORATION=1
|
||||||
|
|
||||||
export XKB_DEFAULT_LAYOUT=us-nulo
|
export XKB_DEFAULT_LAYOUT=us #-nulo
|
||||||
# export XKB_DEFAULT_VARIANT=altgr-intl
|
export XKB_DEFAULT_VARIANT=altgr-intl
|
||||||
export XKB_DEFAULT_OPTIONS=caps:escape
|
export XKB_DEFAULT_OPTIONS=caps:escape
|
||||||
|
|
||||||
export XCURSOR_THEME=Adwaita
|
export XCURSOR_THEME=Adwaita
|
||||||
|
|
Loading…
Reference in a new issue