Compare commits
No commits in common. '2345f5633847245c88f568263560744419e69050' and '384b6bd8d803b0dbef0c144dd9046dc1c64aaf60' have entirely different histories.
2345f56338
...
384b6bd8d8
5 changed files with 1 additions and 62 deletions
@ -1,5 +0,0 @@ |
|||||||
else = xdg-open "$1" |
|
||||||
|
|
||||||
label editor = "$EDITOR" -- "$@" |
|
||||||
label pager = "$PAGER" -- "$@" |
|
||||||
|
|
@ -1,34 +0,0 @@ |
|||||||
# 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 |
|
||||||
|
|
@ -1,13 +0,0 @@ |
|||||||
|
|
||||||
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