dev: automated commit - 2025-06-24 19:45:47
This commit is contained in:
parent
38747ba84e
commit
a9a990ffed
5 changed files with 129 additions and 11 deletions
|
|
@ -1,3 +1,5 @@
|
|||
include /etc/sway/config.d/*
|
||||
|
||||
# Sway Window Manager Configuration
|
||||
# ================================
|
||||
|
||||
|
|
@ -93,6 +95,11 @@ bindsym {
|
|||
$mod+Shift+e exec --no-startup-id wlogout
|
||||
}
|
||||
|
||||
bindgesture swipe:right focus right
|
||||
bindgesture swipe:left focus left
|
||||
bindgesture swipe:up workspace next
|
||||
bindgesture swipe:down workspace prev
|
||||
|
||||
# Application Launchers
|
||||
bindsym {
|
||||
$mod+Return exec $term
|
||||
|
|
@ -299,10 +306,6 @@ exec {
|
|||
~/.bin/randwall
|
||||
~/.bin/waybar.sh
|
||||
|
||||
# Environment and system integration
|
||||
dbus-update-activation-environment --systemd WAYLAND_DISPLAY DISPLAY SWAYSOCK XDG_SESSION_DESKTOP=sway
|
||||
systemctl --user import-environment
|
||||
|
||||
# System services - lxsession includes polkit
|
||||
lxsession
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue