remove legacy screenlayout stuff
This commit is contained in:
parent
dfe3300656
commit
03a82e8dbd
8 changed files with 1 additions and 52 deletions
|
@ -1,3 +0,0 @@
|
||||||
#!/bin/sh
|
|
||||||
|
|
||||||
ls ~/.screenlayout | grep -v "^_" | sed "s/\.sh$//" | rofi -dmenu | sed "s|^.*$|/home/kunsi/.screenlayout/&.sh|" | xargs sh
|
|
|
@ -112,7 +112,7 @@ bindsym Control+$mod+t move workspace to output down
|
||||||
bindsym Control+$mod+n move workspace to output left
|
bindsym Control+$mod+n move workspace to output left
|
||||||
bindsym Control+$mod+d move workspace to output right
|
bindsym Control+$mod+d move workspace to output right
|
||||||
|
|
||||||
bindsym XF86Display exec /home/kunsi/.bin/screenlayout.sh
|
bindsym XF86Display exec arandr
|
||||||
|
|
||||||
bindsym $mod+Prior exec pactl set-sink-volume @DEFAULT_SINK@ +2%; exec pactl set-sink-mute @DEFAULT_SINK@ 0
|
bindsym $mod+Prior exec pactl set-sink-volume @DEFAULT_SINK@ +2%; exec pactl set-sink-mute @DEFAULT_SINK@ 0
|
||||||
bindsym $mod+Next exec pactl set-sink-volume @DEFAULT_SINK@ -2%; exec pactl set-sink-mute @DEFAULT_SINK@ 0
|
bindsym $mod+Next exec pactl set-sink-volume @DEFAULT_SINK@ -2%; exec pactl set-sink-mute @DEFAULT_SINK@ 0
|
||||||
|
|
|
@ -1,7 +0,0 @@
|
||||||
#!/bin/sh
|
|
||||||
|
|
||||||
xrandr --output VIRTUAL1 --off --output eDP1 --primary --mode 1920x1080 --pos 0x0 --rotate normal --output DP1 --off --output HDMI2 --off --output HDMI1 --off --output DP2-1 --off --output DP2-2 --off --output DP2-3 --off
|
|
||||||
|
|
||||||
~/.fehbg
|
|
||||||
|
|
||||||
sudo rfkill unblock wifi
|
|
|
@ -1,5 +0,0 @@
|
||||||
#!/bin/sh
|
|
||||||
|
|
||||||
xrandr --output VIRTUAL1 --off --output eDP1 --primary --mode 1920x1080 --pos 0x0 --rotate normal --output DP1 --off --output HDMI2 --mode 1920x1080 --pos 0x0 --rotate normal --output HDMI1 --off --output DP2 --off
|
|
||||||
|
|
||||||
~/.fehbg
|
|
|
@ -1,5 +0,0 @@
|
||||||
#!/bin/sh
|
|
||||||
|
|
||||||
xrandr --output VIRTUAL1 --off --output eDP1 --primary --mode 1920x1080 --pos 1920x0 --rotate normal --output DP1 --off --output HDMI2 --mode 1920x1080 --pos 0x0 --rotate normal --output HDMI1 --off --output DP2 --off
|
|
||||||
|
|
||||||
~/.fehbg
|
|
|
@ -1,5 +0,0 @@
|
||||||
#!/bin/sh
|
|
||||||
|
|
||||||
xrandr --output VIRTUAL1 --off --output eDP1 --primary --mode 1920x1080 --pos 1920x0 --rotate normal --output DP1 --off --output HDMI2 --mode 1920x1080 --pos 3840x0 --rotate normal --output HDMI1 --off --output DP2 --off
|
|
||||||
|
|
||||||
~/.fehbg
|
|
|
@ -1,13 +0,0 @@
|
||||||
#!/bin/sh
|
|
||||||
|
|
||||||
xrandr --output DP2-2 --primary --mode 1920x1080 --pos 0x0 --rotate normal
|
|
||||||
xrandr --output DP2-1 --mode 1920x1080 --pos 1920x0 --rotate normal
|
|
||||||
xrandr --output eDP1 --off
|
|
||||||
xrandr --output DP2-3 --off
|
|
||||||
|
|
||||||
|
|
||||||
xset s off
|
|
||||||
|
|
||||||
~/.fehbg
|
|
||||||
|
|
||||||
sudo rfkill block wifi
|
|
|
@ -1,13 +0,0 @@
|
||||||
#!/bin/sh
|
|
||||||
|
|
||||||
xrandr --output DP2-3 --mode 1280x1024 --pos 0x0 --rotate normal
|
|
||||||
xrandr --output DP2-2 --primary --mode 1920x1080 --pos 1280x0 --rotate normal
|
|
||||||
sleep 1
|
|
||||||
xrandr --output eDP1 --off
|
|
||||||
xrandr --output DP2-1 --mode 1920x1080 --pos 3200x0 --rotate normal
|
|
||||||
|
|
||||||
xset s off
|
|
||||||
|
|
||||||
~/.fehbg
|
|
||||||
|
|
||||||
sudo rfkill block wifi
|
|
Loading…
Reference in a new issue