misc minor updates
This commit is contained in:
parent
0bc78c17d8
commit
3efec5e141
8 changed files with 28 additions and 11 deletions
|
@ -25,7 +25,7 @@ for_window [window_role="pop-up"] floating enable
|
|||
for_window [window_role="task_dialog"] floating enable
|
||||
|
||||
# shutdown / restart / suspend...
|
||||
set $lockwall "swaylock -i ~/.config/sway/background.png"
|
||||
set $lockwall "swaylock -i ~/.config/sway/backgrounds/2560x1440.png"
|
||||
set $mode_system System (l) lock, (e) logout, (r) reboot, (s) shutdown
|
||||
|
||||
mode "$mode_system" {
|
||||
|
@ -43,15 +43,12 @@ bindsym $mod+BackSpace mode "$mode_system"
|
|||
|
||||
exec waybar
|
||||
|
||||
# background
|
||||
#exec --no-startup-id swaybg -i /home/askiiart/.config/sway/background.png
|
||||
|
||||
##### END Custom stuff #####
|
||||
|
||||
### Output configuration
|
||||
#
|
||||
# Default wallpaper (more resolutions are available in /usr/share/backgrounds/sway/)
|
||||
output * bg /home/askiiart/.config/sway/background.png fill
|
||||
# output * idkidkidk fill
|
||||
#
|
||||
# Example configuration:
|
||||
#
|
||||
|
|
7
sway/config.d/outputs
Normal file
7
sway/config.d/outputs
Normal file
|
@ -0,0 +1,7 @@
|
|||
output "Acer Technologies EK271U E 14160766B3W01" mode 2560x1440@100hz adaptive_sync on
|
||||
output "Hewlett Packard HP ZR22w CN41250H24" transform 270
|
||||
|
||||
output "Acer Technologies EK271U E 14160766B3W01" bg ~/.config/sway/backgrounds/2560x1440.png fill
|
||||
output "Hewlett Packard HP ZR22w CN41250H24" bg ~/.config/sway/backgrounds/1080x1920.png fill
|
||||
|
||||
bindsym Mod4+o output "Acer Technologies EK271U E 14160766B3W01" toggle
|
Loading…
Add table
Add a link
Reference in a new issue