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
|
||||
|
|
|
@ -1,4 +1,13 @@
|
|||
listener {
|
||||
timeout = 300 # in seconds
|
||||
timeout = 300
|
||||
on-timeout = ~/dotfiles/scripts/currentWallpaperHyprlock.sh
|
||||
}
|
||||
listener {
|
||||
timeout = 460
|
||||
on-timeout = hyprctl dispatch dpms off
|
||||
on-resume = hyprctl dispatch dpms on
|
||||
}
|
||||
listener {
|
||||
timeout = 600
|
||||
on-timeout = systemctl suspend
|
||||
}
|
||||
|
|
|
@ -16,6 +16,7 @@ exec-once = hypridle
|
|||
exec-once = waybar
|
||||
exec-once = clipse -listen
|
||||
exec-once = hyprpaper && ~/dotfiles/scripts/currentWallpaperHyprlock.sh
|
||||
exec-once = /home/rafayahmad/eww/target/release/eww daemon
|
||||
exec-once = /home/rafayahmad/dotfiles/scripts/brightnessWidget.sh
|
||||
exec-once = /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1
|
||||
exec-once = ~/dotfiles/scripts/battWarning.sh
|
||||
|
@ -136,3 +137,6 @@ windowrule = float, title:nmtui
|
|||
windowrule = float, title:UltimMC
|
||||
windowrule = float, title:rofi
|
||||
windowrulev2 = float, class:(clipse)
|
||||
windowrulev2 = size 700 600, class:(clipse)
|
||||
windowrulev2 = float, class:^(xdg-desktop-portal-gtk|gtk3-filechooser-dialog)$
|
||||
windowrulev2 = size 900 600, class:^(xdg-desktop-portal-gtk|gtk3-filechooser-dialog)$
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue