Update
This commit is contained in:
parent
efc1dcddde
commit
e95ab2fe98
@ -1,25 +1,12 @@
|
||||
profile "Internal" {
|
||||
output eDP-1 enable
|
||||
profile "default" {
|
||||
output DP-2 enable scale 1.25 position 0,0
|
||||
|
||||
exec swaymsg focus output DP-1
|
||||
}
|
||||
|
||||
profile "Full setup" {
|
||||
output eDP-1 disable
|
||||
output DP-1 enable scale 1.25 position 0,0
|
||||
profile "with kamwas" {
|
||||
output DP-2 enable scale 1.25 position 0,0
|
||||
output HDMI-A-1 enable position 3072,0
|
||||
|
||||
exec swaymsg focus output DP-1
|
||||
}
|
||||
|
||||
profile "Internal + External" {
|
||||
output eDP-1 disable
|
||||
output DP-1 enable scale 1.25 position 0,0
|
||||
|
||||
exec swaymsg focus output DP-1
|
||||
}
|
||||
|
||||
profile "Internal + Kamvas" {
|
||||
output eDP-1 enable position 0,0
|
||||
output HDMI-A-1 enable position 2560,0
|
||||
|
||||
exec swaymsg focus output eDP-1
|
||||
exec swaymsg focus output DP-2
|
||||
}
|
||||
|
||||
@ -99,7 +99,7 @@ for_window [class="(?i)zooout"] floating enable
|
||||
for_window [class="(?i)netsurf"] floating enable
|
||||
for_window [class="(?i)proton-bridge"] move container to workspace $ws9 floating enable border none
|
||||
for_window [class="(?i)easyeffects"] move container to workspace $ws10
|
||||
for_window [class="(?i)rhythm-space"] floating enable
|
||||
# for_window [class="(?i)rhythm-space"] floating enable
|
||||
# for_window [class="(?i)xterm-256color"] border none
|
||||
|
||||
# for_window [class="(?i)cadence"] move container to workspace $ws7 floating enable
|
||||
@ -112,6 +112,9 @@ for_window [class="(?i)ilok"] floating enable
|
||||
|
||||
for_window [class="Space"] floating enable
|
||||
|
||||
for_window [class=".*"] inhibit_idle fullscreen
|
||||
for_window [app_id=".*"] inhibit_idle fullscreen
|
||||
|
||||
|
||||
#######################
|
||||
#### sway appearance ####
|
||||
|
||||
@ -67,7 +67,7 @@ set $bluetooth $script_path/once.sh $term_float bluetuith
|
||||
|
||||
# Hide cursor after 5 seconds of inactivty
|
||||
seat seat0 hide_cursor 20000
|
||||
seat seat0 xcursor_theme gentoo-silver 24
|
||||
seat seat0 xcursor_theme gentoo-silver 32
|
||||
|
||||
# Pulseaudio command
|
||||
set $pulseaudio $script_path/once.sh $term_float pulsemixer
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
set $mode_recording "<span foreground='$color10'></span> \
|
||||
<span foreground='$color5'><b>Record</b></span> <span foreground='$color10'>(<b>r</b>)</span> \
|
||||
<span foreground='$color5'>+ [<span foreground='$color10'><b>Shift</b></span> for ]</span>"
|
||||
set $mode_recording "<span foreground='$theme-orange1'></span> \
|
||||
<span foreground='$theme-fg'><b>Record</b></span> <span foreground='$theme-yellow1'>(<b>r</b>)</span> \
|
||||
<span foreground='$theme-fg'>+ [<span foreground='$theme-yellow1'><b>Shift</b></span> for ]</span>"
|
||||
|
||||
set $recorder $HOME/.local/share/sway/scripts/recorder.sh
|
||||
|
||||
|
||||
@ -58,8 +58,8 @@
|
||||
"warning": 30,
|
||||
"critical": 15
|
||||
},
|
||||
"format-charging": " {capacity}%",
|
||||
"format": "{icon} {capacity}%",
|
||||
"format-charging": " {capacity}% {time}",
|
||||
"format": "{icon} {capacity}% {time}",
|
||||
"format-icons": [
|
||||
"",
|
||||
"",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user