mirror of
https://github.com/m-housh/dotfiles.git
synced 2026-02-13 22:02:34 +00:00
feat: updates.
This commit is contained in:
13
env/.config/hypr/keybinds.conf
vendored
13
env/.config/hypr/keybinds.conf
vendored
@@ -5,6 +5,7 @@
|
||||
# See https://wiki.hyprland.org/Configuring/Keywords/
|
||||
$mainMod = SUPER # "Command/Windows" key as main modifier
|
||||
$windowMod = ALT # Option for window controls.
|
||||
$MEH = ALT SHIFT CTRL
|
||||
$HYPER = ALT SHIFT SUPER CTRL
|
||||
|
||||
# See https://wiki.hyprland.org/Configuring/Keywords/
|
||||
@@ -137,7 +138,7 @@ bindd = $windowMod, 9, Move window to workspace [9], movetoworkspace, 9
|
||||
bindd = $windowMod, 0, Move window to workspace 1[0], movetoworkspace, 10
|
||||
|
||||
#######################################################################################
|
||||
# HYPER controls
|
||||
# HYPER (Alt + Shift + Super + Ctrl) controls
|
||||
#
|
||||
# These should in general use the $HYPER prefix
|
||||
#######################################################################################
|
||||
@@ -161,6 +162,16 @@ bindd = $HYPER, 8, Move window to workspace silent [8], movetoworkspacesilent, 8
|
||||
bindd = $HYPER, 9, Move window to workspace silent [9], movetoworkspacesilent, 9
|
||||
bindd = $HYPER, 0, Move window to workspace silent 1[0], movetoworkspacesilent, 10
|
||||
|
||||
|
||||
#######################################################################################
|
||||
# MEH (Alt + Shift + Ctrl) controls
|
||||
#
|
||||
# These should in general use the $MEH prefix
|
||||
#######################################################################################
|
||||
# MOD # KEY # DESC # Action #
|
||||
#######################################################################################
|
||||
bindd = $MEH, L, [L]ogs picker / viewer, exec, $terminal --class=com.ghostty.float -e $scripts/utils/logs/logs-picker
|
||||
|
||||
##################################################
|
||||
# Multi-media keys
|
||||
##################################################
|
||||
|
||||
1
env/.config/hypr/windows.conf
vendored
1
env/.config/hypr/windows.conf
vendored
@@ -19,6 +19,7 @@ windowrule = size 90% 80%, class:^(com.ghostty.weather)$
|
||||
windowrule = tag +floating-window, class:^(blueberry.py|org.gnome.Nautilus|com.ghostty.float)$
|
||||
windowrule = tag +floating-window, class:^(com.ghostty.windowctl)$
|
||||
windowrule = tag +floating-window, class:^(com.ghostty.utils-launcher)$
|
||||
windowrule = tag +floating-window, class:^(com.ghostty.homelab-launcher)$
|
||||
|
||||
# Force to stay focused when visible.
|
||||
windowrule = stayfocused, class:(blueberry.py)
|
||||
|
||||
2
env/.zshenv
vendored
2
env/.zshenv
vendored
@@ -67,7 +67,7 @@ export VAULT_ADDR="https://vault.housh.dev"
|
||||
export CARGO_HOME="$XDG_DATA_HOME/cargo"
|
||||
|
||||
# Tmux-Sessionator path.
|
||||
export TMUX_SESSIONATOR_PATH="$HOME:$SCRIPTS:$HOME/personal:$HOME/dev"
|
||||
export TMUX_SESSIONATOR_PATH="$HOME:$SCRIPTS:$HOME/personal:$HOME/dev:$HOME/dev/homelab/utils:$HOME/dev/homelab/services"
|
||||
|
||||
# Password-store
|
||||
export PASSWORD_STORE_DIR="$XDG_DATA_HOME/gopass/stores/root"
|
||||
|
||||
Reference in New Issue
Block a user