Compare commits

...

4 Commits

Author SHA1 Message Date
siinus 2345f56338
Add host 2 months ago
siinus 56c1d1c55d
Add 2 months ago
siinus 2c4dc632f2
Add 2 months ago
siinus ceb84db934
Add trigger for swaylock 2 months ago
  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

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

5
ranger/.config/ranger/rifle.conf

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

7
sway/.config/sway/config

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

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

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

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

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