buncha stuff
This commit is contained in:
@@ -155,8 +155,6 @@ exec_always --no-startup-id dunst
|
||||
# Clamshell Mode Script
|
||||
exec_always ~/.config/sway/clamshell.sh
|
||||
|
||||
# flash focus
|
||||
exec_always --no-startup-id flashfocus
|
||||
|
||||
# udiskie - auto usb mounting
|
||||
exec --no-startup-id /usr/bin/udiskie
|
||||
@@ -178,6 +176,9 @@ exec hash dbus-update-activation-environment 2>/dev/null && \
|
||||
# Wlsunset (Night Light)
|
||||
exec_always wlsunset -l 47.6 -L -122.3 -t 3000 -T 6500
|
||||
|
||||
# flash focus
|
||||
exec_always --no-startup-id flashfocus
|
||||
|
||||
set $opacity 0.98
|
||||
for_window [class=".*"] opacity $opacity
|
||||
for_window [app_id=".*"] opacity $opacity
|
||||
@@ -189,7 +190,7 @@ default_floating_border none
|
||||
# Gaps
|
||||
smart_gaps on
|
||||
gaps inner 5
|
||||
gaps outer 5
|
||||
gaps outer 2
|
||||
|
||||
for_window [app_id="galendae"] floating enable, sticky enable, move position cursor, move down 35
|
||||
|
||||
@@ -233,16 +234,22 @@ bindswitch --reload --locked lid:off output $laptop enable
|
||||
|
||||
# Monitors
|
||||
# You can get the names of your outputs by running: swaymsg -t get_outputs
|
||||
output eDP-1 pos 0 0 res 1920x1200
|
||||
output eDP-1 pos 890 1440 res 1920x1200
|
||||
# output DP-6 pos 1920 0 res 3440x1440
|
||||
#output HDMI-A-1 pos 0 0 res 2560x1440
|
||||
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 eDP-1 bg /home/opal/downloads/img01.jpg fill #000000
|
||||
#output HDMI-A-1 bg /home/opal/.config/wallpapers/3.jpg fill #050402
|
||||
|
||||
output eDP-1 scale 1
|
||||
output eDP-1 pos 700 1440 res 1920x1200
|
||||
output HDMI-A-1 scale 1
|
||||
output HDMI-A-1 pos 0 0 res 3440x1440
|
||||
|
||||
|
||||
# Assign workspaces to numbers
|
||||
set $ws1 number 1
|
||||
set $ws2 number 2
|
||||
|
||||
Reference in New Issue
Block a user