vscode gone and update
This commit is contained in:
parent
678d445eae
commit
9a6cecf875
42 changed files with 657 additions and 1645 deletions
|
@ -5,19 +5,17 @@ plugin {
|
|||
}
|
||||
}
|
||||
|
||||
$mainMod = SUPER
|
||||
|
||||
# ----------------Submaps----------------- #
|
||||
|
||||
# Empty Map #
|
||||
submap = disableOtherKeyBinds
|
||||
bind = $mainMod, escape, submap, reset
|
||||
bind = SUPER, escape, submap, reset
|
||||
|
||||
|
||||
|
||||
# Normal #
|
||||
submap = reset
|
||||
bind = $mainMod, F, submap, disableOtherKeyBinds
|
||||
bind = SUPER, F, submap, disableOtherKeyBinds
|
||||
|
||||
# Application Binds
|
||||
bind = ALT, T, exec, kitty
|
||||
|
@ -28,18 +26,18 @@ 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
|
||||
bind = $mainMod, SUPER_L, exec, rofi -show drun
|
||||
bind = SUPER, SUPER_L, exec, rofi -show drun -sort -matching fuzzy
|
||||
|
||||
# Windows VM
|
||||
bind = CTRL ALT SHIFT, W, exec, /home/rafayahmad/dotfiles/scripts/startWin11.sh
|
||||
|
||||
# Window movement
|
||||
bind = $mainMod, V, togglefloating,
|
||||
bind = $mainMod, H, togglesplit, # dwindle
|
||||
bind = SUPER, V, togglefloating,
|
||||
bind = SUPER, H, togglesplit, # dwindle
|
||||
bind = CTRL, Q, killactive,
|
||||
bind = $mainMod, P, pseudo, # dwindle
|
||||
bind = ALT, TAB, cyclenext,
|
||||
bind = $mainMod, TAB, swapnext,
|
||||
bind = SUPER, TAB, swapnext,
|
||||
bind = SUPER, N, exec, swaync-client -t -sw
|
||||
|
||||
# Move focus
|
||||
bind = CTRL ALT, L, movefocus, r
|
||||
|
@ -49,23 +47,23 @@ bind = CTRL ALT, K, movefocus, d
|
|||
|
||||
# Fullscreen
|
||||
bind = , F11, fullscreen, 0
|
||||
bind = $mainMod, F11, fullscreen, 1
|
||||
bind = SUPER, F11, fullscreen, 1
|
||||
# bind = ALT, F11, fakefullscreen,
|
||||
|
||||
# Hyprlock
|
||||
bind = $mainMod CTRL, L, exec, ~/dotfiles/scripts/currentWallpaperHyprlock.sh
|
||||
bind = SUPER CTRL, L, exec, ~/dotfiles/scripts/currentWallpaperHyprlock.sh
|
||||
|
||||
# bind = $mainMod, M, exec, ~/scripts/killhypr
|
||||
bind = $mainMod, M, exit,
|
||||
bind = $mainMod, F4, exec, ~/dotfiles/scripts/blurWlogout.sh
|
||||
bind = $mainMod, R, exec, ~/dotfiles/scripts/reloadwaybar
|
||||
bind = $mainMod CTRL, R, exec, killall waybar
|
||||
# bind = SUPER, M, exec, ~/scripts/killhypr
|
||||
bind = SUPER, M, exit,
|
||||
bind = SUPER, F4, exec, ~/dotfiles/scripts/blurWlogout.sh
|
||||
bind = SUPER, R, exec, ~/dotfiles/scripts/reloadwaybar
|
||||
bind = SUPER CTRL, R, exec, killall waybar
|
||||
|
||||
# Screenshots
|
||||
bind = , Print, exec, grim -g "$(slurp)" - | wl-copy
|
||||
bind = $mainMod, Print, exec, grim - | wl-copy
|
||||
bind = SUPER, Print, exec, grim - | wl-copy
|
||||
bind = CTRL, Print, exec, grim -g "$(slurp)"
|
||||
bind = CTRL $mainMod, Print, exec, grim
|
||||
bind = CTRL SUPER, Print, exec, grim
|
||||
|
||||
# Clipboard
|
||||
bind = SUPER SHIFT, V, exec, kitty --class clipse -e clipse
|
||||
|
@ -88,60 +86,66 @@ binde = ALT, I, resizeactive, 0 -50
|
|||
binde = ALT, K, resizeactive, 0 50
|
||||
|
||||
# Center floating window
|
||||
bind = $mainMod, C, centerwindow,
|
||||
bind = SUPER, C, centerwindow,
|
||||
|
||||
# Move windows in tile
|
||||
bind = $mainMod, L, movewindow, r
|
||||
bind = $mainMod, J, movewindow, l
|
||||
bind = $mainMod, I, movewindow, u
|
||||
bind = $mainMod, K, movewindow, d
|
||||
bind = SUPER, L, movewindow, r
|
||||
bind = SUPER, J, movewindow, l
|
||||
bind = SUPER, I, movewindow, u
|
||||
bind = SUPER, K, movewindow, d
|
||||
|
||||
# Switch workspaces with mainMod + [0-9]
|
||||
bind = $mainMod, 1, workspace, 1
|
||||
bind = $mainMod, 2, workspace, 2
|
||||
bind = $mainMod, 3, workspace, 3
|
||||
bind = $mainMod, Q, workspace, 4
|
||||
bind = $mainMod, W, workspace, 5
|
||||
bind = $mainMod, E, workspace, 6
|
||||
bind = $mainMod, A, workspace, 7
|
||||
bind = $mainMod, S, workspace, 8
|
||||
bind = $mainMod, D, workspace, 9
|
||||
bind = $mainMod, 0, workspace, 10
|
||||
bind = SUPER, 1, workspace, 1
|
||||
bind = SUPER, 2, workspace, 2
|
||||
bind = SUPER, 3, workspace, 3
|
||||
bind = SUPER, Q, workspace, 4
|
||||
bind = SUPER, W, workspace, 5
|
||||
bind = SUPER, E, workspace, 6
|
||||
bind = SUPER, A, workspace, 7
|
||||
bind = SUPER, S, workspace, 8
|
||||
bind = SUPER, D, workspace, 9
|
||||
bind = SUPER, 0, workspace, 10
|
||||
bind = ALT, 1, togglespecialworkspace, whatsapp
|
||||
bind = ALT, 2, togglespecialworkspace, thunderbird
|
||||
|
||||
# Move active window to a workspace and switch with mainMod + SHIFT + [0-9]
|
||||
bind = $mainMod SHIFT, 1, movetoworkspace, 1
|
||||
bind = $mainMod SHIFT, 2, movetoworkspace, 2
|
||||
bind = $mainMod SHIFT, 3, movetoworkspace, 3
|
||||
bind = $mainMod SHIFT, Q, movetoworkspace, 4
|
||||
bind = $mainMod SHIFT, W, movetoworkspace, 5
|
||||
bind = $mainMod SHIFT, E, movetoworkspace, 6
|
||||
bind = $mainMod SHIFT, A, movetoworkspace, 7
|
||||
bind = $mainMod SHIFT, S, movetoworkspace, 8
|
||||
bind = $mainMod SHIFT, D, movetoworkspace, 9
|
||||
bind = $mainMod SHIFT, 0, movetoworkspace, 10
|
||||
bind = SUPER SHIFT, 1, movetoworkspace, 1
|
||||
bind = SUPER SHIFT, 2, movetoworkspace, 2
|
||||
bind = SUPER SHIFT, 3, movetoworkspace, 3
|
||||
bind = SUPER SHIFT, Q, movetoworkspace, 4
|
||||
bind = SUPER SHIFT, W, movetoworkspace, 5
|
||||
bind = SUPER SHIFT, E, movetoworkspace, 6
|
||||
bind = SUPER SHIFT, A, movetoworkspace, 7
|
||||
bind = SUPER SHIFT, S, movetoworkspace, 8
|
||||
bind = SUPER SHIFT, D, movetoworkspace, 9
|
||||
bind = SUPER SHIFT, 0, movetoworkspace, 10
|
||||
bind = ALT SHIFT, 1, movetoworkspace, special:whatsapp
|
||||
bind = ALT SHIFT, 2, movetoworkspace, special:thunderbird
|
||||
|
||||
# Move active window to a workspace with mainMod + SHIFT + [0-9]
|
||||
bind = $mainMod CTRL, 1, movetoworkspacesilent, 1
|
||||
bind = $mainMod CTRL, 2, movetoworkspacesilent, 2
|
||||
bind = $mainMod CTRL, 3, movetoworkspacesilent, 3
|
||||
bind = $mainMod CTRL, Q, movetoworkspacesilent, 4
|
||||
bind = $mainMod CTRL, W, movetoworkspacesilent, 5
|
||||
bind = $mainMod CTRL, E, movetoworkspacesilent, 6
|
||||
bind = $mainMod CTRL, A, movetoworkspacesilent, 7
|
||||
bind = $mainMod CTRL, S, movetoworkspacesilent, 8
|
||||
bind = $mainMod CTRL, D, movetoworkspacesilent, 9
|
||||
bind = $mainMod CTRL, 0, movetoworkspacesilent, 10
|
||||
bind = SUPER CTRL, 1, movetoworkspacesilent, 1
|
||||
bind = SUPER CTRL, 2, movetoworkspacesilent, 2
|
||||
bind = SUPER CTRL, 3, movetoworkspacesilent, 3
|
||||
bind = SUPER CTRL, Q, movetoworkspacesilent, 4
|
||||
bind = SUPER CTRL, W, movetoworkspacesilent, 5
|
||||
bind = SUPER CTRL, E, movetoworkspacesilent, 6
|
||||
bind = SUPER CTRL, A, movetoworkspacesilent, 7
|
||||
bind = SUPER CTRL, S, movetoworkspacesilent, 8
|
||||
bind = SUPER CTRL, D, movetoworkspacesilent, 9
|
||||
bind = SUPER CTRL, 0, movetoworkspacesilent, 10
|
||||
bind = ALT CTRL, 1, movetoworkspacesilent, special:whatsapp
|
||||
bind = ALT CTRL, 2, movetoworkspacesilent, special:thunderbird
|
||||
|
||||
# Example special workspace (scratchpad)
|
||||
# bind = $mainMod, S, togglespecialworkspace, magic
|
||||
# bind = $mainMod SHIFT, S, movetoworkspace, special:magic
|
||||
# bind = SUPER, S, togglespecialworkspace, magic
|
||||
# bind = SUPER SHIFT, S, movetoworkspace, special:magic
|
||||
|
||||
# Scroll through existing workspaces with mainMod + scroll
|
||||
bind = $mainMod, mouse_down, workspace, e+1
|
||||
bind = $mainMod, mouse_up, workspace, e-1
|
||||
bind = SUPER, mouse_down, workspace, e+1
|
||||
bind = SUPER, mouse_up, workspace, e-1
|
||||
|
||||
# Move/resize windows with mainMod + LMB/RMB and dragging
|
||||
bindm = $mainMod, mouse:272, movewindow
|
||||
bindm = SUPER, mouse:272, movewindow
|
||||
bindm = ALT, mouse:272, resizewindow
|
||||
|
||||
# Shutdown/Reboot
|
||||
|
|
|
@ -15,12 +15,17 @@ monitor=HDMI-A-1,1920x1080@60,0x0,1,mirror,eDP-1
|
|||
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 = swaync
|
||||
exec-once = /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1
|
||||
exec-once = /home/rafayahmad/eww/target/release/eww daemon
|
||||
|
||||
exec-once = hyprpaper && ~/dotfiles/scripts/currentWallpaperHyprlock.sh
|
||||
exec-once = /home/rafayahmad/dotfiles/scripts/brightnessWidget.sh
|
||||
exec-once = ~/dotfiles/scripts/battWarning.sh
|
||||
exec-once = [workspace 4 silent] flatpak run com.rtosta.zapzap
|
||||
exec-once = ~/dotfiles/scripts/youtubeBlocker.py
|
||||
|
||||
exec-once = [workspace special:whatsapp silent] flatpak run com.rtosta.zapzap
|
||||
exec-once = [workspace special:thunderbird silent] thunderbird
|
||||
|
||||
# Source a file (multi-file configs)
|
||||
# source = ~/.config/hypr/myColors.conf
|
||||
|
@ -99,6 +104,7 @@ animations {
|
|||
animation = borderangle, 1, 8, default
|
||||
animation = fade, 1, 7, default
|
||||
animation = workspaces, 1, 6, default
|
||||
animation = specialWorkspace, 1, 7, myBezier, slidefadevert
|
||||
}
|
||||
|
||||
dwindle {
|
||||
|
@ -136,6 +142,7 @@ 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)$
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue