chore: Remove userstate.cbor
This commit is contained in:
commit
6543883f26
4 changed files with 8 additions and 4 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -8,3 +8,4 @@ copyq/copyq.lock
|
||||||
copyq/copyq_geometry.*
|
copyq/copyq_geometry.*
|
||||||
copyq/copyq_tab*
|
copyq/copyq_tab*
|
||||||
nvim/lazy-lock.json
|
nvim/lazy-lock.json
|
||||||
|
ncspot/*.cbor
|
||||||
|
|
|
||||||
|
|
@ -106,9 +106,9 @@ bind=SUPERSHIFT,L,exec, playerctl --all-players -a pause & swaylock -c 000000 &
|
||||||
bind=,XF86AudioMute,exec, $HOME/.config/eww/scripts/toggle-mute
|
bind=,XF86AudioMute,exec, $HOME/.config/eww/scripts/toggle-mute
|
||||||
bind=,XF86AudioLowerVolume,exec, $HOME/.config/eww/scripts/change-volume sink -5%
|
bind=,XF86AudioLowerVolume,exec, $HOME/.config/eww/scripts/change-volume sink -5%
|
||||||
bind=,XF86AudioRaiseVolume,exec, $HOME/.config/eww/scripts/change-volume sink +5%
|
bind=,XF86AudioRaiseVolume,exec, $HOME/.config/eww/scripts/change-volume sink +5%
|
||||||
bind=,XF86AudioPlay,exec, playerctl --player=spotify_player,firefox play-pause
|
bind=,XF86AudioPlay,exec, playerctl --player=ncspot,firefox play-pause
|
||||||
bind=,XF86AudioNext,exec, playerctl --player=spotify_player,firefox next
|
bind=,XF86AudioNext,exec, playerctl --player=ncspot,firefox next
|
||||||
bind=,XF86AudioPrev,exec, playerctl --player=spotify_player,firefox previous
|
bind=,XF86AudioPrev,exec, playerctl --player=ncspot,firefox previous
|
||||||
bind=,XF86MonBrightnessDown,exec, $HOME/.config/eww/scripts/change-brightness brightness 10%-
|
bind=,XF86MonBrightnessDown,exec, $HOME/.config/eww/scripts/change-brightness brightness 10%-
|
||||||
bind=,XF86MonBrightnessUp,exec, $HOME/.config/eww/scripts/change-brightness brightness +10%
|
bind=,XF86MonBrightnessUp,exec, $HOME/.config/eww/scripts/change-brightness brightness +10%
|
||||||
bind=SUPERSHIFT,S,exec, grim -g "$(slurp)" - | swappy -f -
|
bind=SUPERSHIFT,S,exec, grim -g "$(slurp)" - | swappy -f -
|
||||||
|
|
@ -118,6 +118,8 @@ bind=,Print,exec, grim - | wl-copy
|
||||||
bind=SUPER,A,exec,copyq toggle
|
bind=SUPER,A,exec,copyq toggle
|
||||||
bind=SUPERSHIFT,Y,exec, $HOME/.config/eww/scripts/monitor.sh extend
|
bind=SUPERSHIFT,Y,exec, $HOME/.config/eww/scripts/monitor.sh extend
|
||||||
bind=SUPERSHIFT,H,exec, $HOME/.config/eww/scripts/monitor.sh mirror
|
bind=SUPERSHIFT,H,exec, $HOME/.config/eww/scripts/monitor.sh mirror
|
||||||
|
bind=SUPERSHIFT,P,exec,hyprpicker | wl-copy
|
||||||
|
|
||||||
|
|
||||||
# bind=SUPERALT,H,pass,^(wlroots)$
|
# bind=SUPERALT,H,pass,^(wlroots)$
|
||||||
# bind=SUPERALT,left,pass,^(wlroots)$
|
# bind=SUPERALT,left,pass,^(wlroots)$
|
||||||
|
|
@ -191,6 +193,6 @@ exec-once=nheko
|
||||||
# exec-once=flatpak run --branch=stable --arch=x86_64 --command=/app/bin/schildichat-desktop --file-forwarding chat.schildi.desktop --enable-features=ozonePlatform,WebRTCPipeWireCapturer --ozone-platform=wayland
|
# exec-once=flatpak run --branch=stable --arch=x86_64 --command=/app/bin/schildichat-desktop --file-forwarding chat.schildi.desktop --enable-features=ozonePlatform,WebRTCPipeWireCapturer --ozone-platform=wayland
|
||||||
exec-once=firefox
|
exec-once=firefox
|
||||||
exec-once=nextcloud
|
exec-once=nextcloud
|
||||||
exec-once=kitty spotify
|
exec-once=kitty ncspot
|
||||||
exec-once = copyq --start-server
|
exec-once = copyq --start-server
|
||||||
exec-once = hyprdock server
|
exec-once = hyprdock server
|
||||||
|
|
|
||||||
Binary file not shown.
|
|
@ -224,6 +224,7 @@ return {
|
||||||
nls.builtins.formatting.shfmt,
|
nls.builtins.formatting.shfmt,
|
||||||
nls.builtins.diagnostics.flake8,
|
nls.builtins.diagnostics.flake8,
|
||||||
nls.builtins.formatting.autopep8,
|
nls.builtins.formatting.autopep8,
|
||||||
|
nls.builtins.formatting.prettierd
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
end,
|
end,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue