merge: sway improvements
This commit is contained in:
2
.git-blame-ignore-revs
Normal file
2
.git-blame-ignore-revs
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
# typos
|
||||||
|
f148ab1559cbb4e0e46e05f8d151f74f64adb359
|
||||||
8
.gitignore
vendored
8
.gitignore
vendored
@@ -4,6 +4,7 @@
|
|||||||
# allowed misc files
|
# allowed misc files
|
||||||
!.gitmodules
|
!.gitmodules
|
||||||
!.gitignore
|
!.gitignore
|
||||||
|
!.git-blame-ignore-revs
|
||||||
!README.md
|
!README.md
|
||||||
|
|
||||||
# allow some stuff to be pushed
|
# allow some stuff to be pushed
|
||||||
@@ -60,6 +61,13 @@ swaylock/*
|
|||||||
swayidle/*
|
swayidle/*
|
||||||
!swayidle/config
|
!swayidle/config
|
||||||
|
|
||||||
|
# waybar
|
||||||
|
!waybar
|
||||||
|
waybar/*
|
||||||
|
!waybar/config.jsonc
|
||||||
|
!waybar/style.css
|
||||||
|
!waybar/cider.sh
|
||||||
|
|
||||||
# bin
|
# bin
|
||||||
!bin
|
!bin
|
||||||
bin/*
|
bin/*
|
||||||
|
|||||||
@@ -10,7 +10,7 @@ bindsym $mod+u exec $lockscreen
|
|||||||
bindsym $mod+Shift+Ctrl+Alt+space exec 1password --quick-access
|
bindsym $mod+Shift+Ctrl+Alt+space exec 1password --quick-access
|
||||||
bindsym Print exec flameshot gui
|
bindsym Print exec flameshot gui
|
||||||
|
|
||||||
# programs'
|
# window
|
||||||
bindsym $mod+Shift+q kill
|
bindsym $mod+Shift+q kill
|
||||||
|
|
||||||
# move focus
|
# move focus
|
||||||
@@ -80,12 +80,12 @@ bindsym $mod+Shift+minus move scratchpad
|
|||||||
bindsym $mod+minus scratchpad show
|
bindsym $mod+minus scratchpad show
|
||||||
|
|
||||||
# xf86-volume
|
# xf86-volume
|
||||||
bindsym --locked XF86AudioMute exec pactl set-sink-mute \@DEFAULT_SINK@ toggle
|
bindsym --locked XF86AudioMute exec pamixer -t && pamixer --get-volume > $wobs
|
||||||
bindsym --locked XF86AudioLowerVolume exec pamixer -d 5 && pamixer --get-volume > $wobs
|
bindsym --locked XF86AudioLowerVolume exec pamixer -d 5 && pamixer --get-volume > $wobs
|
||||||
bindsym --locked XF86AudioRaiseVolume exec pamixer -i 5 && pamixer --get-volume > $wobs
|
bindsym --locked XF86AudioRaiseVolume exec pamixer -i 5 && pamixer --get-volume > $wobs
|
||||||
bindsym --locked F16 exec pactl set-source-mute \@DEFAULT_SOURCE@ toggle
|
bindsym --locked F16 exec pamixer --default-source -t
|
||||||
|
|
||||||
# xf86-brightnes
|
# xf86-brightness
|
||||||
bindsym --locked XF86MonBrightnessDown exec brightnessctl set 5%-
|
bindsym --locked XF86MonBrightnessDown exec brightnessctl set 5%-
|
||||||
bindsym --locked XF86MonBrightnessUp exec brightnessctl set 5%+
|
bindsym --locked XF86MonBrightnessUp exec brightnessctl set 5%+
|
||||||
# xf86-audio
|
# xf86-audio
|
||||||
|
|||||||
@@ -16,3 +16,7 @@ assign [class="Rocket.Chat"] workspace 8
|
|||||||
# rules
|
# rules
|
||||||
for_window [class="net-runelite.*"] floating enable
|
for_window [class="net-runelite.*"] floating enable
|
||||||
no_focus [class="net-runelite.*"]
|
no_focus [class="net-runelite.*"]
|
||||||
|
|
||||||
|
# idle
|
||||||
|
for_window [app_id=".*"] inhibit_idle fullscreen
|
||||||
|
for_window [class=".*"] inhibit_idle fullscreen
|
||||||
|
|||||||
@@ -1,10 +1,7 @@
|
|||||||
# deamon
|
# daemon
|
||||||
exec swayidle -w
|
exec swayidle -w
|
||||||
exec wlsunset -l 46.1 -L 14.5
|
exec wlsunset -l 46.1 -L 14.5
|
||||||
exec rm -f $wobs \
|
exec pkill -x wob; rm -f $wobs && mkfifo $wobs && tail -f $wobs | wob
|
||||||
&& mkfifo $wobs \
|
|
||||||
&& tail -f $wobs \
|
|
||||||
| wob
|
|
||||||
exec protonmail-bridge -n
|
exec protonmail-bridge -n
|
||||||
|
|
||||||
# traditional "start when os starts" programs
|
# traditional "start when os starts" programs
|
||||||
|
|||||||
@@ -1,3 +1,4 @@
|
|||||||
|
lock 'swaylock -f'
|
||||||
timeout 300 'swaylock -f'
|
timeout 300 'swaylock -f'
|
||||||
timeout 600 'swaymsg "output * power off"' resume 'swaymsg "output * power on"'
|
timeout 600 'swaymsg "output * power off"' resume 'swaymsg "output * power on"'
|
||||||
before-sleep 'swaylock -f'
|
before-sleep 'swaylock -f'
|
||||||
|
|||||||
@@ -1,3 +1,6 @@
|
|||||||
|
ignore-empty-password
|
||||||
|
show-failed-attempts
|
||||||
|
|
||||||
image=~/.assets/lockscreen.png
|
image=~/.assets/lockscreen.png
|
||||||
|
|
||||||
clock
|
clock
|
||||||
|
|||||||
Reference in New Issue
Block a user