New backup 2025-03-12 14:15:01
This commit is contained in:
parent
09b2119771
commit
f0da2d8ae8
3 changed files with 14 additions and 11 deletions
|
@ -2,18 +2,21 @@
|
|||
# Import
|
||||
#
|
||||
|
||||
# Audio Configs
|
||||
include $HOME/.config/sway/audio-config.d/*
|
||||
exec "paplay $HOME/.config/sway/assets/sounds/login.ogg &"
|
||||
# audio configs
|
||||
include $HOME/.config/sway/audio-config.d/*
|
||||
exec "paplay $HOME/.config/sway/assets/sounds/login.ogg &"
|
||||
|
||||
# display config
|
||||
include $HOME/.config/sway/config.d/display
|
||||
|
||||
# Variables
|
||||
include $HOME/.config/sway/config-vars${DESKTOP_MODE}.d/*
|
||||
include $HOME/.config/de-vars/colors/active/sway
|
||||
include $HOME/.config/sway/config-vars${DESKTOP_MODE}.d/*
|
||||
include $HOME/.config/de-vars/colors/active/sway
|
||||
|
||||
# Configs
|
||||
include $HOME/.config/sway/config${DESKTOP_MODE}.d/*
|
||||
include $HOME/.config/sway/config${DESKTOP_MODE}.d/*
|
||||
|
||||
# Environment Setup
|
||||
exec "dbus-update-activation-environment --systemd --all"
|
||||
exec "dbus-update-activation-environment --systemd XDG_CURRENT_DESKTOP=sway XDG_MENU_PREFIX=kf5-"
|
||||
exec_always "XDG_MENU_PREFIX=kf5- kbuildsycoca6"
|
||||
exec "dbus-update-activation-environment --systemd --all"
|
||||
exec "dbus-update-activation-environment --systemd XDG_CURRENT_DESKTOP=sway XDG_MENU_PREFIX=kf5-"
|
||||
exec_always "XDG_MENU_PREFIX=kf5- kbuildsycoca6"
|
||||
|
|
|
@ -16,7 +16,7 @@ bindsym $mod+Backslash exec "sp-profiles Work"
|
|||
# bindsym $mod+Shift+n move container to workspace number n
|
||||
|
||||
# Profile Workspace Setup
|
||||
exec_always "sp-profiles Personal;swaymsg workspace number "0:" output $primary_display;swaymsg gaps left current set 310;move workspace to output $defaultdisplay"
|
||||
exec_always "sp-profiles Personal;swaymsg workspace number "0:";swaymsg gaps left current set 310;swaymsg move workspace to output $primary_display"
|
||||
bindsym $mod+grave workspace "0:"
|
||||
bindsym $mod+Shift+grave move container to workspace number "0:"
|
||||
exec "swaymsg 'rename workspace 1 to 1:'"
|
||||
|
|
|
@ -22,7 +22,7 @@ output 'Dell Inc. DELL E2216H JF44Y7AOAT0I' {
|
|||
}
|
||||
|
||||
set {
|
||||
$primary_display HDMI-A-1
|
||||
$primary_display eDP-1
|
||||
$overview_display eDP-1
|
||||
}
|
||||
#exec_always "killall sway-wallpaper;$HOME/.config/sway/scripts/sway-wallpaper"
|
||||
|
|
Loading…
Add table
Reference in a new issue