-
This commit is contained in:
@@ -88,8 +88,8 @@ bindsym $mod+b splith
|
||||
bindsym $mod+v splitv
|
||||
|
||||
# Switch the current container between different layout styles
|
||||
bindsym $mod+s layout stacking
|
||||
bindsym $mod+w layout tabbed
|
||||
#bindsym $mod+s layout stacking
|
||||
#bindsym $mod+w layout tabbed
|
||||
# bindsym $mod+e layout toggle split
|
||||
|
||||
# Make the current focus fullscreen
|
||||
@@ -155,41 +155,34 @@ bindsym $mod+Ctrl+g exec grimshot save window
|
||||
bindsym $mod+Shift+e exec swaynag -t custom -m 'What action would you like to perform?' -b 'Shutdown' 'poweroff' -b 'Restart' 'poweroff --reboot' -b 'Suspend' 'systemctl suspend'
|
||||
|
||||
# Notifications
|
||||
exec_always --no-startup-id dunst
|
||||
exec_always dunst
|
||||
|
||||
# flash focus
|
||||
exec flashfocus
|
||||
exec_always flashfocus
|
||||
|
||||
# Clamshell Mode Script
|
||||
exec_always ~/.config/sway/clamshell.sh
|
||||
# Wlsunset (Night Light)
|
||||
exec_always wlsunset -l 47.6 -L -122.3 -t 3000 -T 6500
|
||||
|
||||
# udiskie - auto usb mounting
|
||||
exec --no-startup-id /usr/bin/udiskie
|
||||
|
||||
# polkit
|
||||
#exec /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1
|
||||
exec /usr/bin/udiskie
|
||||
|
||||
# Network Manager tray applet
|
||||
exec /usr/bin/nm-applet --indicator
|
||||
|
||||
# Keepassxc
|
||||
for_window [class="KeepassXC"] {
|
||||
move scratchpad
|
||||
}
|
||||
exec /usr/bin/keepassxc
|
||||
|
||||
exec emacsclient ~/org/tasks.org
|
||||
|
||||
# Bluetooth manager tray applet
|
||||
exec /usr/bin/blueman-applet
|
||||
|
||||
# Gtk
|
||||
exec systemctl --user import-environment DISPLAY WAYLAND_DISPLAY SWAYSOCK
|
||||
exec hash dbus-update-activation-environment 2>/dev/null && \
|
||||
dbus-update-activation-environment --systemd DISPLAY WAYLAND_DISPLAY SWAYSOCK
|
||||
# Clamshell Mode Script
|
||||
#exec_always ~/.config/sway/clamshell.sh
|
||||
|
||||
# Wlsunset (Night Light)
|
||||
exec_always wlsunset -l 47.6 -L -122.3 -t 3000 -T 6500
|
||||
# polkit
|
||||
#exec /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1
|
||||
|
||||
|
||||
# Gtk
|
||||
# exec systemctl --user import-environment DISPLAY WAYLAND_DISPLAY SWAYSOCK
|
||||
# exec hash dbus-update-activation-environment 2>/dev/null && \
|
||||
# dbus-update-activation-environment --systemd DISPLAY WAYLAND_DISPLAY SWAYSOCK
|
||||
|
||||
|
||||
set $opacity 0.98
|
||||
@@ -252,17 +245,9 @@ bindswitch --reload --locked lid:off output $laptop enable
|
||||
#output HDMI-A-1 pos 0 0 res 2560x1440
|
||||
|
||||
# Wallpaper
|
||||
#output DP6 bg /home/opal/.config/wallpapers/3.jpg fill #050402
|
||||
#output DP-5 bg /home/opal/.config/wallpapers/3.jpg fill #050402
|
||||
#output eDP-1 bg /home/opal/downloads/img01.jpg fill #000000
|
||||
output HDMI-A-1 bg /home/opal/.config/wallpapers/buffalo.jpg fill #050402
|
||||
|
||||
output eDP-1 scale 1
|
||||
output eDP-1 pos 740 1440 res 1920x1200 bg ~/opalfiles/.config/wallpapers/buffalo.jpg fill
|
||||
output DP-6 scale 1
|
||||
output DP-6 pos 0 0 res 3440x1440 bg ~/opalfiles/.config/wallpapers/buffalo.jpg fill
|
||||
output DP-5 scale 1
|
||||
output DP-5 pos 0 0 res 3440x1440 bg ~/opalfiles/.config/wallpapers/buffalo.jpg fill
|
||||
output HDMI-A-2 bg /home/opal/.config/wallpapers/3.jpg fill #050402
|
||||
output HDMI-A-1 bg /home/opal/.config/wallpapers/3.jpg fill #050402
|
||||
output eDP-1 pos 740 1440 res 1920x1200 bg ~/opalfiles/.config/wallpapers/buffalo.jpg fill scale 1
|
||||
|
||||
# Assign workspaces to numbers
|
||||
set $ws1 number 1
|
||||
|
||||
Reference in New Issue
Block a user