Compare commits

..

5 Commits

@ -19,9 +19,11 @@ fi
export QT_QPA_PLATFORM=wayland-egl export QT_QPA_PLATFORM=wayland-egl
export MOZ_ENABLE_WAYLAND=1 export MOZ_ENABLE_WAYLAND=1
# enable HDR support in sway
WLR_RENDERER=vulkan
# wine # wine
export WINEDEBUG=-all export WINEDEBUG=-all
export WINEESYNC=1
if [ -f '/etc/bash_completion' ]; then if [ -f '/etc/bash_completion' ]; then
# debian # debian

@ -0,0 +1,16 @@
#!/bin/bash
while sleep 1; do
if [ "$(swaymsg -t get_workspaces | jq '.[] | select(.focused == true) | .num')" = '10' ] && ! (ps aux | grep -q [b]eyondallreason.real); then
if [ "$l" != 'on' ]; then
echo on
swaymsg 'output * adaptive_sync on'
l='on'
fi
else if [ "$l" != 'off' ]
then echo off
swaymsg 'output * adaptive_sync off'
l='off'
fi
fi
done

@ -7,42 +7,32 @@ Host kyle
IdentitiesOnly yes IdentitiesOnly yes
Host kyle-fde Host kyle-fde
Hostname kyle.lubi.link Hostname kyle.lubi.link
User root
IdentitiesOnly yes
Port 222
AddressFamily inet
Host towelie Host towelie
Hostname towelie.lubi.link Hostname towelie.lubi.link
IdentitiesOnly yes IdentitiesOnly yes
Host towelie-fde Host towelie-fde
Hostname towelie.lubi.link Hostname towelie.lubi.link
User root
IdentitiesOnly yes
Port 222
AddressFamily inet
Host tweek Host tweek
Hostname tweek.lubi.link Hostname tweek.lubi.link
IdentitiesOnly yes IdentitiesOnly yes
Host tweek-fde Host tweek-fde
Hostname tweek.lubi.link Hostname tweek.lubi.link
User root
IdentitiesOnly yes
Port 222
AddressFamily inet
Host wendy Host wendy
Hostname wendy.lubi.link Hostname wendy.lubi.link
IdentitiesOnly yes IdentitiesOnly yes
Host wendy-fde Host wendy-fde
Hostname wendy.lubi.link Hostname wendy.lubi.link
User root
IdentitiesOnly yes
Port 222
AddressFamily inet
Host sheila Host sheila
Hostname sheila.lubi.link Hostname sheila.lubi.link
IdentitiesOnly yes IdentitiesOnly yes
Host sheila-fde Host sheila-fde
Hostname sheila.lubi.link Hostname sheila.lubi.link
Host coon
Hostname coon.lubi.link
IdentitiesOnly yes
Host coon-fde
Hostname 192.168.22.195
Host *-fde
User root User root
IdentitiesOnly yes IdentitiesOnly yes
Port 222 Port 222
@ -58,3 +48,7 @@ Host ffs-2887baf17ed2
Hostname 2a0f:d607:0:fe14:2a87:baff:fef1:7ed2 Hostname 2a0f:d607:0:fe14:2a87:baff:fef1:7ed2
Host ffs-a8637d2cce10 Host ffs-a8637d2cce10
Hostname 2a0f:d607:0:fe14:aa63:7dff:fe2c:ce10 Hostname 2a0f:d607:0:fe14:aa63:7dff:fe2c:ce10
Host ffs-80afca62ba84
Hostname 2a0f:d607:0:fe14:82af:caff:fe62:ba84
Host ffs-b8d526ff2a71
Hostname 2a0f:d607:0:fe14:bad5:26ff:feff:2a71

@ -31,6 +31,8 @@ output * bg ~/.wallpaper fill
# You can get the names of your outputs by running: swaymsg -t get_outputs # You can get the names of your outputs by running: swaymsg -t get_outputs
output * adaptive_sync off output * adaptive_sync off
#output * render_bit_depth 10
#output * hdr off
### Idle configuration ### Idle configuration
# #
@ -248,7 +250,8 @@ exec 'XDG_CURRENT_DESKTOP=sway systemctl --user import-environment WAYLAND_DISPL
exec 'mako --default-timeout=3000' exec 'mako --default-timeout=3000'
exec 'nextcloud' exec 'nextcloud'
exec 'kdeconnectd' exec 'kdeconnectd'
exec 'swaymsg "workspace 1; exec firefox; splith; exec alacritty; workspace 2; exec rhythmbox; splith; exec element-desktop"; workspace 2' exec 'workspace10vrr'
exec 'swaymsg "workspace 1; exec firefox; splith; exec alacritty; workspace 2; exec rhythmbox; splith; exec element-desktop"'
bindsym XF86AudioPrev exec 'rhythmbox-client --no-start --previous' bindsym XF86AudioPrev exec 'rhythmbox-client --no-start --previous'
bindsym XF86AudioNext exec 'rhythmbox-client --no-start --next' bindsym XF86AudioNext exec 'rhythmbox-client --no-start --next'
@ -262,6 +265,9 @@ bindsym ctrl+shift+escape exec 'ts5-hotkeys speaker'
bindsym $mod+p exec 'alacritty --command pwsh' bindsym $mod+p exec 'alacritty --command pwsh'
#clipboard mpv
bindsym $mod+shift+m exec 'mpv -- "$(wl-paste)"'
#screenshot #screenshot
#requires grim,slurp,wl-clipboard #requires grim,slurp,wl-clipboard
bindsym $mod+shift+s exec 'grim -g "$(slurp)" - | wl-copy' bindsym $mod+shift+s exec 'grim -g "$(slurp)" - | wl-copy'

Loading…
Cancel
Save