siinus
8 months ago
2 changed files with 47 additions and 0 deletions
@ -0,0 +1,34 @@
@@ -0,0 +1,34 @@
|
||||
# vim: filetype=swayconfig |
||||
|
||||
set $display1 "Dell Inc. DELL P2723D 6CZS1L3" |
||||
set $display2 "Dell Inc. DELL U2410 F525M09U3UUL" |
||||
set $display3 "Dell Inc. DELL U2410 F525M09U3W1L" |
||||
|
||||
output $display1 pos 1200 200 |
||||
output $display2 pos 0 0 transform 270 |
||||
output $display3 pos 3760 0 transform 270 |
||||
|
||||
workspace 1 output $display1 |
||||
workspace 2 output $display2 |
||||
workspace 3 output $display3 |
||||
|
||||
workspace 5 output $display1 |
||||
workspace 6 output $display1 |
||||
workspace 7 output $display1 |
||||
workspace 8 output $display1 |
||||
workspace 9 output $display2 |
||||
workspace 10 output $display2 |
||||
|
||||
assign [app_id="org.kde.quassel"] 9 |
||||
assign [app_id="audacious"] 10 |
||||
assign [app_id="org.rncbc.qpwgraph"] 10 |
||||
assign [app_id="thunderbird"] 3 |
||||
|
||||
exec $term --title con_htop -e htop |
||||
|
||||
exec udiskie -t |
||||
exec audacious |
||||
exec qpwgraph |
||||
exec thunderbird |
||||
exec $term |
||||
|
@ -0,0 +1,13 @@
@@ -0,0 +1,13 @@
|
||||
|
||||
bindsym XF86AudioRaiseVolume exec pactl set-sink-volume @DEFAULT_SINK@ +5% |
||||
bindsym XF86AudioLowerVolume exec pactl set-sink-volume @DEFAULT_SINK@ -5% |
||||
bindsym XF86AudioMute exec pactl set-sink-mute @DEFAULT_SINK@ toggle |
||||
|
||||
bindsym XF86AudioPrev exec playerctl previous |
||||
bindsym Alt+XF86AudioPrev exec playerctl position 30 |
||||
bindsym XF86AudioPlay exec playerctl play-pause |
||||
bindsym Alt+XF86AudioPlay exec playerctl stop |
||||
bindsym XF86AudioNext exec playerctl next |
||||
bindsym Alt+XF86AudioNext exec playerctl position 30+ |
||||
bindsym XF86AudioStop exec playerctl stop |
||||
|
Loading…
Reference in new issue