Compare commits

..

No commits in common. "abf79a143fbd0fb0bb75b07bc552694d231b61cb" and "c7205fc4ca15a84815b368fcfbc1c7bf1f9b4748" have entirely different histories.

7 changed files with 19 additions and 13 deletions

View file

@ -1,7 +1,7 @@
font=Iosevka Term SS14:style=Medium:pixelsize=18
font-bold=Iosevka Term SS14:style=Bold:pixelsize=18
font-italic=Iosevka Term SS14:style=Medium Italic:pixelsize=18
font-bold-italic=Iosevka Term SS14:style=Bold Italic:pixelsize=18
font=JetBrainsMono Nerd Font:size=10
font-bold=JetBrainsMono Nerd Font:style=Bold:size=10
font-italic=JetBrainsMono Nerd Font:style=Italic:size=10
font-bold-italic=JetBrainsMono Nerd Font:style=Bold Italic:size=10
# Selenized black
[cursor]

View file

@ -23,7 +23,7 @@ export bg=181818
export bg2=252525
export fg=b9b9b9
export fg2=dedede
export hl=368aeb
export hl=$fg
# solarized light
# export bg=fdf6e3

View file

@ -1,7 +1,7 @@
#!/bin/sh
dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP=river
riverctl spawn "pgrep -x pipewire || pipewire"
riverctl spawn "pipewire-run"
riverctl spawn "/usr/libexec/xdg-desktop-portal-wlr"
~/.config/river/load-colors
@ -31,7 +31,10 @@ riverctl set-repeat 30 190
riverctl xcursor-theme Adwaita
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 "Firefox — Sharing Indicator"

View file

@ -2,9 +2,6 @@
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+Shift E exit
@ -112,3 +109,4 @@ riverctl map normal $mod+Shift M spawn 'lock && doas pm-suspend'
riverctl map normal $mod+Shift T spawn footclient
riverctl map normal $mod+Shift Return spawn fuzzel-run
riverctl map normal None Print spawn 'grimshot copy area'

View file

@ -4,4 +4,5 @@
riverctl background-color 0x$bg
riverctl border-color-focused 0x$hl
riverctl border-color-unfocused 0x$bg2
riverctl border-width 1
riverctl spawn yambar-run

4
.local/bin/pipewire-run Executable file
View file

@ -0,0 +1,4 @@
#!/bin/sh
# pgrep -x pipewire && exit 0
killall pipewire
exec pipewire

View file

@ -20,8 +20,8 @@ export EDITOR=kak
export QT_WAYLAND_DISABLE_WINDOWDECORATION=1
export XKB_DEFAULT_LAYOUT=us #-nulo
export XKB_DEFAULT_VARIANT=altgr-intl
export XKB_DEFAULT_LAYOUT=us-nulo
# export XKB_DEFAULT_VARIANT=altgr-intl
export XKB_DEFAULT_OPTIONS=caps:escape
export XCURSOR_THEME=Adwaita