update and remove copilot shit and remove firebase
This commit is contained in:
parent
d9ce42fb84
commit
99a594d189
266 changed files with 16033 additions and 1829 deletions
|
@ -24,6 +24,7 @@ bind = ALT, T, exec, kitty
|
|||
bind = ALT, E, exec, nautilus
|
||||
bind = ALT, F, exec, firefox
|
||||
bind = ALT, V, exec, code
|
||||
bind = ALT, Z, exec, zeditor
|
||||
bind = ALT, M, exec, /opt/ultimmc/run.sh
|
||||
bind = ALT, D, exec, discord
|
||||
bind = ALT, W, exec, flatpak run com.rtosta.zapzap
|
||||
|
@ -58,8 +59,10 @@ bind = $mainMod, R, exec, ~/dotfiles/scripts/reloadwaybar
|
|||
bind = $mainMod CTRL, R, exec, killall waybar
|
||||
|
||||
# Screenshots
|
||||
bind = , Print, exec, grim -g "$(slurp)"
|
||||
bind = $mainMod, Print, exec, grim
|
||||
bind = , Print, exec, grim -g "$(slurp)" - | wl-copy
|
||||
bind = $mainMod, Print, exec, grim - | wl-copy
|
||||
bind = CTRL, Print, exec, grim -g "$(slurp)"
|
||||
bind = CTRL $mainMod, Print, exec, grim
|
||||
|
||||
# Clipboard
|
||||
bind = SUPER SHIFT, V, exec, kitty --class clipse -e clipse
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue