custom-hypr - modifier form
This commit is contained in:
@@ -5,4 +5,5 @@ exec-once = corectrl
|
||||
exec-once = otd-daemon # run driver veikk
|
||||
exec-once = fcitx5
|
||||
|
||||
exec = gsettings set org.gnome.desktop.interface icon-theme 'Tela-circle-blue'
|
||||
exec = gsettings set org.gnome.desktop.interface icon-theme 'Nordzy'
|
||||
exec = hyprctl setcursor Gruvbox-Retro 20
|
||||
|
||||
@@ -20,11 +20,11 @@ unbind = Super, L
|
||||
|
||||
|
||||
# move windown
|
||||
bind = Alt, H, fullscreenstate, 0 # [hidden]
|
||||
bind = Alt, H, movefocus, l # [hidden]
|
||||
bind = Alt, H, exec, source /home/duckq1u/.config/hypr/scripts/focusStateToLeft.sh # [hidden]
|
||||
# bind = Alt, H, movefocus, l # [hidden]
|
||||
|
||||
bind = Alt, L, fullscreenstate, 0 # [hidden]
|
||||
bind = Alt, L, movefocus, r # [hidden]
|
||||
bind = Alt, L, exec, source /home/duckq1u/.config/hypr/scripts/focusStateToRight.sh # [hidden]
|
||||
# bind = Alt, L, movefocus, r # [hidden]
|
||||
|
||||
bind = Alt, K, fullscreenstate, 0 # [hidden]
|
||||
bind = Alt, K, movefocus, u # [hidden]
|
||||
@@ -46,7 +46,7 @@ bind = Ctrl+Alt, J, movewindow, d # [hidden]
|
||||
|
||||
bind = Alt, Q, killactive,
|
||||
bind = Alt, F, fullscreen, 1
|
||||
bind = Alt, R, exec, killall ags ydotool; ags & # Restart widgets
|
||||
# bind = Alt, R, exec, killall ags ydotool; ags & # Restart widgets
|
||||
bind = Alt, E, exec, nautilus --new-window # Launch Nautilus (file manager)
|
||||
# bind = Alt, M, exec, ags run-js 'openMusicControls.value = (!mpris.getPlayer() ? false : !openMusicControls.value);' # Toggle music controls
|
||||
# bind = Alt, N, exec, ags -t 'sideright' # Toggle right sidebar
|
||||
@@ -57,18 +57,13 @@ bind = Alt, B, exec, brave
|
||||
bind = Alt, O, exec, obsidian --no-sandbox --ozone-platform=wayland --ozone-platform-hint=auto --enable-features=UseOzonePlatform,WaylandWindowDecorations %U
|
||||
bind = Alt, V, exec, vesktop --no-sandbox --ozone-platform=wayland --ozone-platform-hint=auto --enable-features=UseOzonePlatform,WaylandWindowDecorations %U
|
||||
|
||||
# bind = Ctrl+Super+Shift, Right, movetoworkspace, +1 # [hidden]
|
||||
# bind = Shift+Alt, L, focusmonitor, 1
|
||||
# bind = Shift+Alt, H, focusmonitor, 0
|
||||
|
||||
bind = SUPER, SUPER_L, exec, pkill -x rofi || $scrPath/rofilaunch.sh d # launch application launcher
|
||||
# bind = Ctrl+Alt, E, exec, pkill -x rofi || $scrPath/rofilaunch.sh f # launch file explorer
|
||||
|
||||
# bind = Shift+Alt, L, exec, source /home/duckq1u/.config/hypr/scripts/workspacePLUS.sh
|
||||
# bind = Shift+Alt, H, exec, source /home/duckq1u/.config/hypr/scripts/workspaceEXCEPT.sh
|
||||
bind = Shift+Alt, L, exec, source /home/duckq1u/.config/hypr/scripts/workspaceV2inscrease.sh
|
||||
bind = Shift+Alt, H, exec, source /home/duckq1u/.config/hypr/scripts/workspaceV2descrease.sh
|
||||
|
||||
bind = Alt, S, exec, volumecontrol.sh -s ''
|
||||
|
||||
$mainMod = Super # super / meta / windows key
|
||||
$scrPath = $HOME/.local/share/bin # set scripts path
|
||||
|
||||
Reference in New Issue
Block a user