Compare commits
3 commits
3662eb135c
...
872a31ca88
Author | SHA1 | Date | |
---|---|---|---|
872a31ca88 | |||
053769763b | |||
8361ac24f9 |
3 changed files with 4 additions and 3 deletions
|
@ -1 +0,0 @@
|
||||||
-l -34.61315 -L -58.37723
|
|
|
@ -233,6 +233,8 @@ bindsym --locked XF86MonBrightnessDown exec 'brillo -U 5; brillo -O'
|
||||||
|
|
||||||
default_border pixel 4
|
default_border pixel 4
|
||||||
smart_borders on
|
smart_borders on
|
||||||
|
smart_gaps on
|
||||||
|
gaps inner 5
|
||||||
|
|
||||||
focus_follows_mouse no
|
focus_follows_mouse no
|
||||||
|
|
||||||
|
@ -245,7 +247,7 @@ exec dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DE
|
||||||
exec pipewire
|
exec pipewire
|
||||||
exec /usr/libexec/xdg-desktop-portal-wlr
|
exec /usr/libexec/xdg-desktop-portal-wlr
|
||||||
exec "foot --server"
|
exec "foot --server"
|
||||||
exec "wlsunset $(cat ~/.config/river/coordenadas)"
|
exec "gammastep -l -34.61315:-58.37723"
|
||||||
exec "pgrep -x syncthing >/dev/null || syncthing -no-browser"
|
exec "pgrep -x syncthing >/dev/null || syncthing -no-browser"
|
||||||
exec kanshi
|
exec kanshi
|
||||||
exec fnott
|
exec fnott
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
export REMOTE=false
|
export REMOTE=false
|
||||||
export WLR_NO_HARDWARE_CURSORS=1
|
export MESA_LOADER_DRIVER_OVERRIDE=i965
|
||||||
|
|
Loading…
Reference in a new issue