normal update
This commit is contained in:
parent
cff1deb93f
commit
8137ce7e25
10 changed files with 48 additions and 88 deletions
|
|
@ -33,7 +33,7 @@ bind = CTRL ALT SHIFT, W, exec, /home/rafayahmad/dotfiles/scripts/startWin11.sh
|
|||
|
||||
# Window movement
|
||||
bind = SUPER, V, togglefloating,
|
||||
bind = SUPER, H, togglesplit, # dwindle
|
||||
bind = SUPER, H, layoutmsg, togglesplit
|
||||
bind = CTRL, Q, killactive,
|
||||
bind = ALT, TAB, cyclenext,
|
||||
bind = SUPER, TAB, swapnext,
|
||||
|
|
|
|||
|
|
@ -19,10 +19,10 @@ exec-once = swaync
|
|||
exec-once = /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1
|
||||
exec-once = eww daemon
|
||||
|
||||
exec-once = hyprpaper && ~/dotfiles/scripts/currentWallpaperHyprlock.sh
|
||||
exec-once = hyprpaper
|
||||
exec-once = /home/rafayahmad/dotfiles/scripts/brightnessWidget.sh
|
||||
exec-once = ~/dotfiles/scripts/battWarning.sh
|
||||
exec-once = ~/dotfiles/scripts/youtubeBlocker.py
|
||||
exec-once = ~/dotfiles/scripts/youtubeBlocker.sh
|
||||
|
||||
exec-once = [workspace special:fluffychat silent] GTK_CSD=0 /opt/fluffychat/fluffychat
|
||||
exec-once = [workspace special:thunderbird silent] thunderbird
|
||||
|
|
@ -142,10 +142,9 @@ misc {
|
|||
# See https://wiki.hyprland.org/Configuring/Window-Rules/ for more
|
||||
# windowrulev2 = nomaximizerequest, class:.* # You'll probably like this.
|
||||
|
||||
windowrulev2 = pin, class:(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)$
|
||||
windowrulev2 = float, class:(org.gnome.Calculator)
|
||||
windowrulev2 = size 500 700, class:(org.gnome.Calculator)
|
||||
windowrule = match:class clipse, float 1
|
||||
windowrule = match:class clipse, size 700 600
|
||||
windowrule = match:class ^(xdg-desktop-portal-gtk|gtk3-filechooser-dialog)$, float 1
|
||||
windowrule = match:class ^(xdg-desktop-portal-gtk|gtk3-filechooser-dialog)$, size 900 600
|
||||
windowrule = match:class org.gnome.Calculator, float 1
|
||||
windowrule = match:class org.gnome.Calculator, size 500 700
|
||||
|
|
|
|||
|
|
@ -1,4 +1,7 @@
|
|||
splash = false
|
||||
preload = ~/dotfiles/bgs/2.png
|
||||
preload = ~/dotfiles/bgs/1.png
|
||||
wallpaper = eDP-1, ~/dotfiles/bgs/1.png
|
||||
wallpaper {
|
||||
monitor = eDP-1
|
||||
path = ~/dotfiles/bgs/
|
||||
fit_mode = cover
|
||||
timeout = 3600
|
||||
}
|
||||
|
|
|
|||
|
|
@ -2478,6 +2478,8 @@
|
|||
#: }}}A
|
||||
font_size 13.0
|
||||
|
||||
map ctrl+shift+n nop
|
||||
|
||||
map ctrl+k send_key down
|
||||
map ctrl+i send_key up
|
||||
|
||||
|
|
|
|||
|
|
@ -23,6 +23,7 @@
|
|||
},
|
||||
"model_parameters": []
|
||||
}, */
|
||||
"enable_language_server": false,
|
||||
"remove_trailing_whitespace_on_save": false,
|
||||
"use_on_type_format": false,
|
||||
"git_panel": {
|
||||
|
|
@ -38,6 +39,7 @@
|
|||
},
|
||||
"show_edit_predictions": false,
|
||||
"agent": {
|
||||
"always_allow_tool_actions": false,
|
||||
"default_profile": "write",
|
||||
"default_model": {
|
||||
"provider": "copilot_chat",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue