59 lines
1.4 KiB
Text
59 lines
1.4 KiB
Text
include /etc/sway/config.d/*
|
|
include /etc/sway/config.d/50-systemd-user.conf
|
|
set $mod Mod4
|
|
|
|
include "theme"
|
|
include "wayland"
|
|
include "outputs"
|
|
# Font for window titles. Will also be used by the bar unless a different font
|
|
# is used in the bar {} block below.
|
|
|
|
# Use Mouse+$mod to drag floating windows to their wanted position
|
|
floating_modifier $mod
|
|
|
|
|
|
for_window [app_id="flameshot"] border pixel 0, floating enable, fullscreen disable, move absolute position 0 0
|
|
# Define names for default workspaces for which we configure key bindings later on.
|
|
# We use variables to avoid repeating the names in multiple places.
|
|
set $ws1 "1"
|
|
set $ws2 "2"
|
|
set $ws3 "3"
|
|
set $ws4 "4"
|
|
set $ws5 "5"
|
|
set $ws6 "6"
|
|
set $ws7 "7"
|
|
set $ws8 "8"
|
|
set $ws9 "9"
|
|
set $ws10 "10"
|
|
|
|
set $ws21 "21"
|
|
set $ws22 "22"
|
|
set $ws23 "23"
|
|
set $ws24 "24"
|
|
set $ws25 "25"
|
|
set $ws26 "26"
|
|
set $ws27 "27"
|
|
set $ws28 "28"
|
|
set $ws29 "29"
|
|
set $ws20 "20"
|
|
exec_always systemctl --user import-environment WAYLAND_DISPLAY XDG_CURRENT_DESKTOP
|
|
exec_always dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP=sway
|
|
|
|
include "keybinds"
|
|
|
|
#border size
|
|
default_border normal 1
|
|
|
|
gaps inner 5
|
|
# polkit
|
|
exec_always --no-startup-id /usr/bin/lxpolkit
|
|
exec_always --no-startup-id /usr/bin/lxqt-policykit-agent
|
|
#notif daemon
|
|
# exec dunst
|
|
exec mako
|
|
# exec_always fcitx5
|
|
exec wl-paste --watch cliphist store
|
|
exec gnome-keyring-daemon -r
|
|
exec ~/.config/swhkd/hotkeys.sh
|
|
exec udiskie
|
|
exec nm-tray
|