This commit is contained in:
opal
2022-09-02 11:42:08 -07:00
parent 2022584706
commit 1e09598928
3 changed files with 21 additions and 51 deletions
+20 -35
View File
@@ -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
-15
View File
@@ -1,15 +0,0 @@
# This file is written by xdg-user-dirs-update
# If you want to change or add directories, just edit the line you're
# interested in. All local changes will be retained on the next run.
# Format is XDG_xxx_DIR="$HOME/yyy", where yyy is a shell-escaped
# homedir-relative path, or XDG_xxx_DIR="/yyy", where /yyy is an
# absolute path. No other format is supported.
#
XDG_DESKTOP_DIR="$HOME/"
XDG_DOWNLOAD_DIR="$HOME/downloads"
XDG_TEMPLATES_DIR="$HOME/"
XDG_PUBLICSHARE_DIR="$HOME/"
XDG_DOCUMENTS_DIR="$HOME/documents"
XDG_MUSIC_DIR="$HOME/music"
XDG_PICTURES_DIR="$HOME/pictures"
XDG_VIDEOS_DIR="$HOME/videos"
+1 -1
View File
@@ -7,7 +7,7 @@
# Only vars needed by external commands should be exported.
# Note that you can export vars w/out assigning a value to them.
eval $(keychain --eval --quiet ry_ecdsa)
#eval $(keychain --eval --quiet ry_ecdsa)
export XDG_CURRENT_DESKTOP=Unity
export MOZ_ENABLE_WAYLAND=1
export _JAVA_AWT_WM_NONREPARENTING=1