Compare commits

..

No commits in common. '2345f5633847245c88f568263560744419e69050' and '384b6bd8d803b0dbef0c144dd9046dc1c64aaf60' have entirely different histories.

  1. 4
      mpv/.config/mpv/mpv.conf
  2. 5
      ranger/.config/ranger/rifle.conf
  3. 7
      sway/.config/sway/config
  4. 34
      sway/.config/sway/hosts/nebula/config
  5. 13
      sway/.config/sway/hosts/nebula/media

4
mpv/.config/mpv/mpv.conf

@ -1,4 +0,0 @@
hwdec=auto
vo=gpu
gpu-api=opengl

5
ranger/.config/ranger/rifle.conf

@ -1,5 +0,0 @@
else = xdg-open "$1"
label editor = "$EDITOR" -- "$@"
label pager = "$PAGER" -- "$@"

7
sway/.config/sway/config

@ -34,9 +34,7 @@ set $lockcmd swaylock -f -c 000000
exec swayidle -w \ exec swayidle -w \
timeout 300 '$lockcmd' \ timeout 300 '$lockcmd' \
timeout 600 'swaymsg "output * dpms off"' resume 'swaymsg "output * dpms on"' \ timeout 600 'swaymsg "output * dpms off"' resume 'swaymsg "output * dpms on"' \
before-sleep '$lockcmd' \ before-sleep '$lockcmd'
lock '$lockcmd'
input "type:keyboard" { input "type:keyboard" {
xkb_layout pvx xkb_layout pvx
@ -45,9 +43,6 @@ input "type:keyboard" {
### Key bindings ### Key bindings
# Lock sway
bindsym $mod+Escape exec pkill -USR1 swayidle
# Start a terminal # Start a terminal
bindsym $mod+Return exec $term bindsym $mod+Return exec $term

34
sway/.config/sway/hosts/nebula/config

@ -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

13
sway/.config/sway/hosts/nebula/media

@ -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…
Cancel
Save