Compare commits

...

7 commits

Author SHA1 Message Date
Cat /dev/Nulo 183f876b87 profile.x69: No especificar crocus
Es el defecto ahora
2022-09-16 23:24:53 -03:00
Cat /dev/Nulo 234e0178a4 river: Parar de usar fnott
Usamos swaync
2022-09-16 23:18:55 -03:00
Cat /dev/Nulo 2c991acf5d zprofile: Usar river 2022-09-16 23:08:55 -03:00
Cat /dev/Nulo da4e660990 river: Actualizar keybindings 2022-09-16 23:08:39 -03:00
Cat /dev/Nulo b9d2847ac6 river: goimapnotify 2022-09-16 23:08:25 -03:00
Cat /dev/Nulo b230d821f2 river: swaync 2022-09-16 23:08:18 -03:00
Cat /dev/Nulo 5f2dfc131f wallpapers: Rose Pine Dark 2022-09-16 23:07:48 -03:00
7 changed files with 20 additions and 22 deletions

View file

@ -9,9 +9,11 @@ riverctl spawn "/usr/libexec/xdg-desktop-portal-wlr"
brillo -I
riverctl spawn "pgrep -x foot >/dev/null || foot --server"
riverctl spawn "pgrep -x wlsunset >/dev/null || wlsunset -l -34.61315 -L -58.37723"
riverctl spawn "pgrep -x swaync >/dev/null || swaync"
riverctl spawn "pgrep -x syncthing >/dev/null || syncthing -no-browser"
# yambar spawned by load-colors
riverctl spawn "pgrep -x kanshi >/dev/null || kanshi"
# yambar spawned by load-colors
riverctl spawn "pgrep -x goimapnotify >/dev/null || goimapnotify -conf ~/.config/imapnotify/config.json"
riverctl set-repeat 30 290

View file

@ -68,12 +68,10 @@ define_tag() {
riverctl map normal $mod+Shift+Alt $2 toggle-view-tags $1
}
define_tag $((1 << 0)) U
define_tag $((1 << 1)) I
define_tag $((1 << 2)) O
define_tag $((1 << 3)) P
define_tag $((1 << 4)) Y
define_tag $((1 << 5)) N
define_tag $((1 << 0)) M
define_tag $((1 << 1)) Comma
define_tag $((1 << 2)) Period
define_tag $((1 << 3)) Apostrophe
all_tags=$(((1 << 32) - 1))
riverctl map normal $mod 0 set-focused-tags $all_tags
@ -95,8 +93,7 @@ riverctl map passthrough $mod F11 enter-mode normal
riverctl map normal $mod grave spawn 'pamixer --default-source --toggle-mute'
riverctl map normal $mod X spawn 'fnottctl actions'
riverctl map normal $mod Z spawn 'fnottctl dismiss'
riverctl map normal $mod X spawn 'swaync-client -t'
riverctl map normal $mod C spawn 'notify-send --expire-time=3000 --app-name=zeit "$(zeit --no-colors tracking)"'
for mode in normal locked
@ -117,8 +114,8 @@ do
riverctl map $mode None XF86MonBrightnessDown spawn 'brillo -U 5; brillo -O'
done
riverctl map normal $mod M spawn lock
riverctl map normal $mod+Shift M spawn 'lock && doas su -c "echo mem > /sys/power/state"'
riverctl map normal $mod P spawn lock
riverctl map normal $mod+Shift P spawn 'lock && doas su -c "echo mem > /sys/power/state"'
riverctl map normal $mod Return spawn footclient
riverctl map normal $mod D spawn fuzzel-run
riverctl map normal $mod backslash spawn buscar-archivos

View file

@ -7,8 +7,6 @@ riverctl border-color-unfocused 0x$border_unfocused
riverctl border-width 5
riverctl spawn "killall yambar ; yambar --config=$HOME/.cache/themer.lua/yambar"
riverctl spawn "killall fnott >/dev/null ; fnott"
if test -n "$bg"; then
riverctl spawn "killall swaybg ; swaybg --image '$bg'"
fi

Binary file not shown.

BIN
.config/wallpapers/rose_pine_dawn_contourline.png (Stored with Git LFS) Normal file

Binary file not shown.

View file

@ -2,5 +2,3 @@
export REMOTE=false
export MESA_LOADER_DRIVER_OVERRIDE=crocus

View file

@ -5,12 +5,12 @@ if ! "$REMOTE" && test "$(tty)" = /dev/tty1; then
XDG_RUNTIME_DIR="/run/user/$(id -u)"
mkdir -p "$XDG_RUNTIME_DIR"
chmod 700 "$XDG_RUNTIME_DIR"
mkdir -p "$HOME/.local/share/sway"
log="$HOME/.local/share/sway/$(date +%Y-%m-%d@%H:%M:%S).log"
mkdir -p "$HOME/.local/share/river"
log="$HOME/.local/share/river/$(date +%Y-%m-%d@%H:%M:%S).log"
exec env \
XDG_RUNTIME_DIR="$XDG_RUNTIME_DIR" \
XDG_CURRENT_DESKTOP=sway \
XDG_SESSION_DESKTOP=sway \
dbus-run-session sway >"$log" 2>&1
XDG_CURRENT_DESKTOP=river \
XDG_SESSION_DESKTOP=river \
dbus-run-session river >"$log" 2>&1
fi
source ~/.zshrc