diff options
| author | bozo.kopic <bozo@kopic.xyz> | 2022-03-29 14:44:43 +0200 |
|---|---|---|
| committer | bozo.kopic <bozo@kopic.xyz> | 2022-03-29 14:44:43 +0200 |
| commit | 38da1893e95fa4438f01a67c5ebb180b21548bc1 (patch) | |
| tree | 93e88b6d9089614e9ab016663cc56595fe78b7c7 /sway | |
| parent | 1d6736e0c354451fd6f072bb7c145c3d5f7aba9f (diff) | |
.
Diffstat (limited to 'sway')
| -rw-r--r-- | sway/config | 1 | ||||
| -rwxr-xr-x | sway/init.sh | 5 |
2 files changed, 5 insertions, 1 deletions
diff --git a/sway/config b/sway/config index 2a18165..a8e2ddc 100644 --- a/sway/config +++ b/sway/config @@ -2,6 +2,7 @@ set $mod Mod4 xwayland disable bar swaybar_command waybar +seat seat0 xcursor_theme default 32 exec_always ~/.config/sway/init.sh diff --git a/sway/init.sh b/sway/init.sh index 95d2952..e61a7bb 100755 --- a/sway/init.sh +++ b/sway/init.sh @@ -27,12 +27,15 @@ swaymsg assign "[app_id=\"^tmux_term\$\"]" 9:term # export GDK_DPI_SCALE=0.95 gsettings set org.gnome.desktop.interface scaling-factor 1 gsettings set org.gnome.desktop.interface text-scaling-factor 1 +gsettings set org.gnome.desktop.interface cursor-size 32 export QT_QPA_PLATFORM=wayland systemctl --user import-environment \ QT_QPA_PLATFORM \ SWAYSOCK \ WAYLAND_DISPLAY \ - XDG_SESSION_TYPE + XDG_SESSION_TYPE \ + XDG_CURRENT_DESKTOP +dbus-update-activation-environment --systemd --all systemctl --user restart plasma-kactivitymanagerd.service |
