fix(sway): remove cursor theme resetting (breaks it)
This commit is contained in:
parent
ed4af6d356
commit
458ce0ccf6
1 changed files with 6 additions and 3 deletions
|
@ -17,6 +17,7 @@ input "0:0:TUXEDO_Keyboard" xkb_layout de
|
||||||
output * bg $wallpaper fill
|
output * bg $wallpaper fill
|
||||||
output "BenQ Corporation BenQ SW2700 83H03922SL0" res --custom 2560x1440@60Hz
|
output "BenQ Corporation BenQ SW2700 83H03922SL0" res --custom 2560x1440@60Hz
|
||||||
output "Dell Inc. Dell U4919DW HZVZWP2" res 5120x1440
|
output "Dell Inc. Dell U4919DW HZVZWP2" res 5120x1440
|
||||||
|
output eDP-1 scale 1.25
|
||||||
|
|
||||||
# user keybinds
|
# user keybinds
|
||||||
bindsym $mod+Return exec $term
|
bindsym $mod+Return exec $term
|
||||||
|
@ -149,9 +150,8 @@ bar {
|
||||||
|
|
||||||
set $gnome-schema org.gnome.desktop.interface
|
set $gnome-schema org.gnome.desktop.interface
|
||||||
exec_always {
|
exec_always {
|
||||||
gsettings set $gnome-schema gtk-theme 'Dracula'
|
gsettings set $gnome-schema icon-theme 'capitaine-cursors-white'
|
||||||
gsettings set $gnome-schema icon-theme 'Dracula'
|
gsettings set $gnome-schema cursor-theme 'capitaine-cursors-white'
|
||||||
gsettings set $gnome-schema cursor-theme 'Capitaine Cursors - White'
|
|
||||||
}
|
}
|
||||||
|
|
||||||
# autostarts
|
# autostarts
|
||||||
|
@ -163,8 +163,11 @@ exec emacs --daemon
|
||||||
exec swayidle before-sleep "$lock"
|
exec swayidle before-sleep "$lock"
|
||||||
exec /run/current-system/sw/libexec/polkit-gnome-authentication-agent-1
|
exec /run/current-system/sw/libexec/polkit-gnome-authentication-agent-1
|
||||||
exec systemctl --user import-environment DBUS_SESSION_BUS_ADDRESS XDG_RUNTIME_DIR
|
exec systemctl --user import-environment DBUS_SESSION_BUS_ADDRESS XDG_RUNTIME_DIR
|
||||||
|
exec dbus-update-activation-environment --systemd DISPLAY WAYLAND_DISPLAY SWAYSOCK XDG_CURRENT_DESKTOP
|
||||||
exec bash -c '[ "$HOSTNAME" == sphere ] && cloudstation'
|
exec bash -c '[ "$HOSTNAME" == sphere ] && cloudstation'
|
||||||
exec swayrd
|
exec swayrd
|
||||||
|
exec xinput set-prop "PIXA3854:00 093A:0274 Touchpad" 365 1
|
||||||
|
|
||||||
|
|
||||||
# pastebin
|
# pastebin
|
||||||
exec wl-paste --primary -t text --watch clipman store
|
exec wl-paste --primary -t text --watch clipman store
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue