feat: out-of-line hypr and zsh configs
This commit is contained in:
parent
d969b351f1
commit
77ad4b8146
5 changed files with 243 additions and 252 deletions
182
config/hypr/hyprland.conf
Normal file
182
config/hypr/hyprland.conf
Normal file
|
|
@ -0,0 +1,182 @@
|
||||||
|
exec-once = dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP=Hyprland THEME
|
||||||
|
exec-once = systemctl --user import-environment WAYLAND_DISPLAY XDG_CURRENT_DESKTOP=Hyprland THEME
|
||||||
|
|
||||||
|
monitor=,preferred,auto,1
|
||||||
|
|
||||||
|
env = XDG_CURRENT_DESKTOP,Hyprland
|
||||||
|
env = XDG_SESSION_TYPE,wayland
|
||||||
|
env = ELECTRON_OZONE_PLATFORM_HINT,wayland
|
||||||
|
env = GTK_USE_PORTAL,1
|
||||||
|
env = OZONE_PLATFORM,wayland
|
||||||
|
env = QT_QPA_PLATFORM,wayland
|
||||||
|
env = GDK_BACKEND,wayland,x11
|
||||||
|
env = SDL_VIDEODRIVER,wayland
|
||||||
|
|
||||||
|
env = LIBVA_DRIVER_NAME,nvidia
|
||||||
|
env = __GLX_VENDOR_LIBRARY_NAME,nvidia
|
||||||
|
env = NVD_BACKEND,direct
|
||||||
|
env = GBM_BACKEND,nvidia-drm
|
||||||
|
env = GSK_RENDERER,ngl
|
||||||
|
env = __NV_PRIME_RENDER_OFFLOAD,1
|
||||||
|
env = __VK_LAYER_NV_optimus,NVIDIA_only
|
||||||
|
|
||||||
|
env = XCURSOR_SIZE,24
|
||||||
|
env = HYPRCURSOR_SIZE,24
|
||||||
|
env = HYPRCURSOR_THEME,Apple_Cursor
|
||||||
|
|
||||||
|
cursor {
|
||||||
|
no_hardware_cursors = true
|
||||||
|
}
|
||||||
|
|
||||||
|
general {
|
||||||
|
gaps_in = 0
|
||||||
|
gaps_out = 0
|
||||||
|
border_size = 5
|
||||||
|
layout = master
|
||||||
|
resize_on_border = true
|
||||||
|
}
|
||||||
|
|
||||||
|
source = $XDG_CONFIG_HOME/hypr/themes/theme.conf
|
||||||
|
|
||||||
|
master {
|
||||||
|
new_status = slave
|
||||||
|
new_on_top = false
|
||||||
|
mfact = 0.50
|
||||||
|
}
|
||||||
|
|
||||||
|
decoration {
|
||||||
|
rounding = 0
|
||||||
|
active_opacity = 1.0
|
||||||
|
inactive_opacity = 1.0
|
||||||
|
blur {
|
||||||
|
enabled = false
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
animations {
|
||||||
|
enabled = false
|
||||||
|
}
|
||||||
|
|
||||||
|
input {
|
||||||
|
kb_layout = us,us
|
||||||
|
kb_variant = ,colemak
|
||||||
|
follow_mouse = 1
|
||||||
|
sensitivity = 0
|
||||||
|
touchpad {
|
||||||
|
tap-to-click = false
|
||||||
|
}
|
||||||
|
repeat_delay = 300
|
||||||
|
repeat_rate = 50
|
||||||
|
}
|
||||||
|
|
||||||
|
exec-once = dunst
|
||||||
|
exec-once = wl-paste --watch cliphist store
|
||||||
|
exec-once = hyprpaper
|
||||||
|
exec-once = hypridle
|
||||||
|
exec-once = hypr windowrules
|
||||||
|
exec-once = hypr spawnfocus --ws 1 $TERMINAL -e mux
|
||||||
|
exec-once = hypr spawnfocus --ws 2 $BROWSER
|
||||||
|
|
||||||
|
bindul = , XF86AudioRaiseVolume, exec, hypr volume up
|
||||||
|
bindul = , XF86AudioLowerVolume, exec, hypr volume down
|
||||||
|
bindul = , XF86AudioMute, exec, hypr volume toggle
|
||||||
|
|
||||||
|
bindul = , XF86MonBrightnessUp, exec, hypr brightness up
|
||||||
|
bindul = , XF86MonBrightnessDown, exec, hypr brightness down
|
||||||
|
|
||||||
|
bind = ALT, SPACE, exec, rofi -show run
|
||||||
|
bind = ALT, TAB, workspace, previous
|
||||||
|
bind = ALT, A, cyclenext
|
||||||
|
bind = ALT, B, exec, pkill -USR1 waybar || waybar
|
||||||
|
bind = ALT, D, layoutmsg, swapnext
|
||||||
|
bind = ALT, F, cyclenext, prev
|
||||||
|
bind = ALT, H, resizeactive, -15 0
|
||||||
|
bind = ALT, J, resizeactive, 0 15
|
||||||
|
bind = ALT, K, resizeactive, 0 -15
|
||||||
|
bind = ALT, L, resizeactive, 15 0
|
||||||
|
bind = ALT, Q, killactive,
|
||||||
|
bind = ALT, U, layoutmsg, swapprev
|
||||||
|
|
||||||
|
bind = ALT CTRL, Z, exec, hypr pull $BROWSER
|
||||||
|
bind = ALT CTRL, D, exec, hypr pull discord
|
||||||
|
bind = ALT CTRL, S, exec, hypr pull signal-desktop
|
||||||
|
bind = ALT CTRL, T, exec, hypr pull $TERMINAL
|
||||||
|
bind = ALT CTRL, V, exec, hypr pull vesktop
|
||||||
|
bind = ALT CTRL, Y, exec, hypr pull sioyek
|
||||||
|
bind = ALT CTRL, E, exec, hypr pull element-desktop
|
||||||
|
|
||||||
|
bind = ALT SHIFT, T, exec, hypr spawnfocus --ws 1 $TERMINAL
|
||||||
|
bind = ALT SHIFT, Z, exec, hypr spawnfocus --ws 2 $BROWSER --ozone-platform=wayland
|
||||||
|
bind = ALT SHIFT, D, exec, hypr spawnfocus --ws 5 discord
|
||||||
|
bind = ALT SHIFT, E, exec, hypr spawnfocus --ws 6 element-desktop
|
||||||
|
bind = ALT SHIFT, F, togglefloating
|
||||||
|
bind = ALT SHIFT, Q, exec, hypr exit
|
||||||
|
bind = ALT SHIFT, R, exec, hyprctl reload && notify-send -u low 'hyprland reloaded'
|
||||||
|
bind = ALT SHIFT, S, exec, hypr spawnfocus --ws 6 signal-desktop
|
||||||
|
bind = ALT SHIFT, V, exec, hypr spawnfocus --ws 5 vesktop
|
||||||
|
bind = ALT SHIFT, Y, exec, hypr spawnfocus --ws 3 sioyek
|
||||||
|
|
||||||
|
bind = , XF86Tools, submap, scripts
|
||||||
|
submap = scripts
|
||||||
|
|
||||||
|
bind = , A, exec, ctl audio out
|
||||||
|
bind = , C, exec, sh -lc 'cliphist list | rofi -dmenu -p "copy to clipboard" --lines 15 | cliphist decode | wl-copy'
|
||||||
|
bind = , K, exec, ctl keyboard toggle
|
||||||
|
bind = , O, exec, ctl ocr
|
||||||
|
bind = , P, exec, hypr pull
|
||||||
|
bind = , S, exec, ctl screenshot
|
||||||
|
bind = , T, exec, theme
|
||||||
|
|
||||||
|
bind = , catchall, submap, reset
|
||||||
|
submap = reset
|
||||||
|
|
||||||
|
misc {
|
||||||
|
force_default_wallpaper = 0
|
||||||
|
disable_hyprland_logo = true
|
||||||
|
}
|
||||||
|
|
||||||
|
bind = ALT, 1, workspace, 1
|
||||||
|
bind = ALT, 2, workspace, 2
|
||||||
|
bind = ALT, 3, workspace, 3
|
||||||
|
bind = ALT, 4, workspace, 4
|
||||||
|
bind = ALT, 5, workspace, 5
|
||||||
|
bind = ALT, 6, workspace, 6
|
||||||
|
bind = ALT, 7, workspace, 7
|
||||||
|
bind = ALT, 8, workspace, 8
|
||||||
|
bind = ALT, 9, workspace, 9
|
||||||
|
|
||||||
|
bind = ALT SHIFT, 1, movetoworkspace, 1
|
||||||
|
bind = ALT SHIFT, 2, movetoworkspace, 2
|
||||||
|
bind = ALT SHIFT, 3, movetoworkspace, 3
|
||||||
|
bind = ALT SHIFT, 4, movetoworkspace, 4
|
||||||
|
bind = ALT SHIFT, 5, movetoworkspace, 5
|
||||||
|
bind = ALT SHIFT, 6, movetoworkspace, 6
|
||||||
|
bind = ALT SHIFT, 7, movetoworkspace, 7
|
||||||
|
bind = ALT SHIFT, 8, movetoworkspace, 8
|
||||||
|
bind = ALT SHIFT, 9, movetoworkspace, 9
|
||||||
|
|
||||||
|
bind = ALT CTRL, 1, movetoworkspacesilent, 1
|
||||||
|
bind = ALT CTRL, 2, movetoworkspacesilent, 2
|
||||||
|
bind = ALT CTRL, 3, movetoworkspacesilent, 3
|
||||||
|
bind = ALT CTRL, 4, movetoworkspacesilent, 4
|
||||||
|
bind = ALT CTRL, 5, movetoworkspacesilent, 5
|
||||||
|
bind = ALT CTRL, 6, movetoworkspacesilent, 6
|
||||||
|
bind = ALT CTRL, 7, movetoworkspacesilent, 7
|
||||||
|
bind = ALT CTRL, 8, movetoworkspacesilent, 8
|
||||||
|
bind = ALT CTRL, 9, movetoworkspacesilent, 9
|
||||||
|
|
||||||
|
workspace = w[tv1], gapsout:0, gapsin:0
|
||||||
|
workspace = f[1], gapsout:0, gapsin:0
|
||||||
|
windowrule = match:float 0, match:workspace w[tv1], border_size 0
|
||||||
|
windowrule = match:float 0, match:workspace w[tv1], rounding 0
|
||||||
|
windowrule = match:float 0, match:workspace f[1], border_size 0
|
||||||
|
windowrule = match:float 0, match:workspace f[1], rounding 0
|
||||||
|
|
||||||
|
windowrule = match:class ^(xdg-desktop-portal-gtk)$, float on
|
||||||
|
windowrule = match:class ^(xdg-desktop-portal-gtk)$, size monitor_w * 0.5 monitor_h * 0.6
|
||||||
|
windowrule = match:class ^(xdg-desktop-portal-kde)$, float on
|
||||||
|
windowrule = match:class ^(xdg-desktop-portal-kde)$, size monitor_w * 0.5 monitor_h * 0.6
|
||||||
|
windowrule = match:class ^(xdg-desktop-portal-hyprland)$, float on
|
||||||
|
windowrule = match:class ^(xdg-desktop-portal-hyprland)$, size monitor_w * 0.5 monitor_h * 0.6
|
||||||
|
|
||||||
|
windowrule = match:class ^([Ss]ioyek)$, tile on
|
||||||
|
|
@ -1,3 +1,4 @@
|
||||||
|
user_pref("toolkit.legacyUserProfileCustomizations.stylesheets", true);
|
||||||
user_pref("browser.urlbar.shortcuts.bookmarks", false);
|
user_pref("browser.urlbar.shortcuts.bookmarks", false);
|
||||||
user_pref("browser.urlbar.shortcuts.history", false);
|
user_pref("browser.urlbar.shortcuts.history", false);
|
||||||
user_pref("browser.urlbar.shortcuts.tabs", false);
|
user_pref("browser.urlbar.shortcuts.tabs", false);
|
||||||
|
|
|
||||||
57
config/zsh/zshrc
Normal file
57
config/zsh/zshrc
Normal file
|
|
@ -0,0 +1,57 @@
|
||||||
|
autoload -U compinit && compinit -d "$XDG_STATE_HOME/zcompdump" -u
|
||||||
|
zmodload zsh/complist
|
||||||
|
zstyle ':completion:*' list-colors ${(s.:.)LS_COLORS}
|
||||||
|
zstyle ':completion:*' matcher-list 'm:{a-zA-Z}={A-za-z}'
|
||||||
|
|
||||||
|
export GPG_TTY=$(tty)
|
||||||
|
export THEME="${THEME:-midnight}"
|
||||||
|
|
||||||
|
setopt auto_cd
|
||||||
|
unsetopt beep notify
|
||||||
|
unset completealiases
|
||||||
|
|
||||||
|
bindkey -v
|
||||||
|
bindkey '^[[3~' delete-char
|
||||||
|
bindkey '^P' up-line-or-history
|
||||||
|
bindkey '^N' down-line-or-history
|
||||||
|
bindkey '^J' backward-char
|
||||||
|
bindkey '^K' forward-char
|
||||||
|
|
||||||
|
export PURE_PROMPT_SYMBOL=">"
|
||||||
|
export PURE_PROMPT_VICMD_SYMBOL="<"
|
||||||
|
export PURE_GIT_UP_ARROW="^"
|
||||||
|
export PURE_GIT_DOWN_ARROW="v"
|
||||||
|
export PURE_GIT_STASH_SYMBOL="="
|
||||||
|
export PURE_CMD_MAX_EXEC_TIME=5
|
||||||
|
export PURE_GIT_PULL=0
|
||||||
|
export PURE_GIT_UNTRACKED_DIRTY=1
|
||||||
|
zstyle ':prompt:pure:git:stash' show yes
|
||||||
|
|
||||||
|
autoload -Uz promptinit && promptinit
|
||||||
|
prompt pure
|
||||||
|
|
||||||
|
autoload -Uz add-zle-hook-widget
|
||||||
|
function _cursor_shape() {
|
||||||
|
case $KEYMAP in
|
||||||
|
vicmd) echo -ne '\e[2 q' ;;
|
||||||
|
viins|main) echo -ne '\e[6 q' ;;
|
||||||
|
esac
|
||||||
|
}
|
||||||
|
function _cursor_init() { echo -ne '\e[6 q'; }
|
||||||
|
add-zle-hook-widget zle-keymap-select _cursor_shape
|
||||||
|
add-zle-hook-widget zle-line-init _cursor_init
|
||||||
|
|
||||||
|
export FZF_COMPLETION_TRIGGER=\;
|
||||||
|
export FZF_TMUX=1
|
||||||
|
|
||||||
|
fzf-config-widget() {
|
||||||
|
file="$(fd --type file --hidden . "$XDG_CONFIG_HOME"/nix | sed "s|$HOME|~|g" | fzf)"
|
||||||
|
[ -n "$file" ] || { zle reset-prompt; return; }
|
||||||
|
file="${file/#\~/$HOME}"
|
||||||
|
BUFFER="nvim $file"
|
||||||
|
zle accept-line
|
||||||
|
}
|
||||||
|
zle -N fzf-config-widget
|
||||||
|
bindkey '^E' fzf-config-widget
|
||||||
|
|
||||||
|
[[ ! -r "$OPAMROOT/opam-init/init.zsh" ]] || source "$OPAMROOT/opam-init/init.zsh" > /dev/null 2> /dev/null
|
||||||
|
|
@ -6,7 +6,6 @@
|
||||||
|
|
||||||
let
|
let
|
||||||
isNixOS = builtins.pathExists /etc/NIXOS;
|
isNixOS = builtins.pathExists /etc/NIXOS;
|
||||||
nvidia = true;
|
|
||||||
|
|
||||||
mkHyprTheme = palette: ''
|
mkHyprTheme = palette: ''
|
||||||
general {
|
general {
|
||||||
|
|
@ -23,199 +22,10 @@ in
|
||||||
systemd.enable = isNixOS;
|
systemd.enable = isNixOS;
|
||||||
|
|
||||||
extraConfig = ''
|
extraConfig = ''
|
||||||
exec-once = dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP=Hyprland THEME
|
source = $XDG_CONFIG_HOME/nix/config/hypr/hyprland.conf
|
||||||
exec-once = systemctl --user import-environment WAYLAND_DISPLAY XDG_CURRENT_DESKTOP=Hyprland THEME
|
|
||||||
|
|
||||||
monitor=,preferred,auto,1
|
|
||||||
|
|
||||||
env = XDG_CURRENT_DESKTOP,Hyprland
|
|
||||||
env = XDG_SESSION_TYPE,wayland
|
|
||||||
env = ELECTRON_OZONE_PLATFORM_HINT,wayland
|
|
||||||
env = GTK_USE_PORTAL,1
|
|
||||||
env = OZONE_PLATFORM,wayland
|
|
||||||
env = QT_QPA_PLATFORM,wayland
|
|
||||||
env = GDK_BACKEND,wayland,x11
|
|
||||||
env = SDL_VIDEODRIVER,wayland
|
|
||||||
''
|
|
||||||
+ lib.optionalString nvidia ''
|
|
||||||
env = LIBVA_DRIVER_NAME,nvidia
|
|
||||||
env = __GLX_VENDOR_LIBRARY_NAME,nvidia
|
|
||||||
env = NVD_BACKEND,direct
|
|
||||||
env = GBM_BACKEND,nvidia-drm
|
|
||||||
env = GSK_RENDERER,ngl
|
|
||||||
env = __NV_PRIME_RENDER_OFFLOAD,1
|
|
||||||
env = __VK_LAYER_NV_optimus,NVIDIA_only
|
|
||||||
''
|
|
||||||
+ ''
|
|
||||||
|
|
||||||
env = XCURSOR_SIZE,24
|
|
||||||
env = HYPRCURSOR_SIZE,24
|
|
||||||
env = HYPRCURSOR_THEME,Apple_Cursor
|
|
||||||
''
|
|
||||||
+ lib.optionalString nvidia ''
|
|
||||||
cursor {
|
|
||||||
no_hardware_cursors = true
|
|
||||||
}
|
|
||||||
''
|
|
||||||
+ ''
|
|
||||||
|
|
||||||
general {
|
|
||||||
gaps_in = 0
|
|
||||||
gaps_out = 0
|
|
||||||
border_size = 5
|
|
||||||
layout = master
|
|
||||||
resize_on_border = true
|
|
||||||
}
|
|
||||||
|
|
||||||
source = ${config.xdg.configHome}/hypr/themes/theme.conf
|
|
||||||
|
|
||||||
master {
|
|
||||||
new_status = slave
|
|
||||||
new_on_top = false
|
|
||||||
mfact = 0.50
|
|
||||||
}
|
|
||||||
|
|
||||||
decoration {
|
|
||||||
rounding = 0
|
|
||||||
active_opacity = 1.0
|
|
||||||
inactive_opacity = 1.0
|
|
||||||
blur {
|
|
||||||
enabled = false
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
animations {
|
|
||||||
enabled = false
|
|
||||||
}
|
|
||||||
|
|
||||||
input {
|
|
||||||
kb_layout = us,us
|
|
||||||
kb_variant = ,colemak
|
|
||||||
follow_mouse = 1
|
|
||||||
sensitivity = 0
|
|
||||||
touchpad {
|
|
||||||
tap-to-click = false
|
|
||||||
}
|
|
||||||
repeat_delay = 300
|
|
||||||
repeat_rate = 50
|
|
||||||
}
|
|
||||||
|
|
||||||
exec-once = dunst
|
|
||||||
exec-once = wl-paste --watch cliphist store
|
|
||||||
exec-once = hyprpaper
|
|
||||||
exec-once = hypridle
|
|
||||||
exec-once = hypr windowrules
|
|
||||||
exec-once = hypr spawnfocus --ws 1 ''${TERMINAL} -e mux
|
|
||||||
exec-once = hypr spawnfocus --ws 2 ''${BROWSER}
|
|
||||||
|
|
||||||
bindul = , XF86AudioRaiseVolume, exec, hypr volume up
|
|
||||||
bindul = , XF86AudioLowerVolume, exec, hypr volume down
|
|
||||||
bindul = , XF86AudioMute, exec, hypr volume toggle
|
|
||||||
|
|
||||||
bindul = , XF86MonBrightnessUp, exec, hypr brightness up
|
|
||||||
bindul = , XF86MonBrightnessDown, exec, hypr brightness down
|
|
||||||
|
|
||||||
bind = ALT, SPACE, exec, rofi -show run
|
|
||||||
bind = ALT, TAB, workspace, previous
|
|
||||||
bind = ALT, A, cyclenext
|
|
||||||
bind = ALT, B, exec, pkill -USR1 waybar || waybar
|
|
||||||
bind = ALT, D, layoutmsg, swapnext
|
|
||||||
bind = ALT, F, cyclenext, prev
|
|
||||||
bind = ALT, H, resizeactive, -15 0
|
|
||||||
bind = ALT, J, resizeactive, 0 15
|
|
||||||
bind = ALT, K, resizeactive, 0 -15
|
|
||||||
bind = ALT, L, resizeactive, 15 0
|
|
||||||
bind = ALT, Q, killactive,
|
|
||||||
bind = ALT, U, layoutmsg, swapprev
|
|
||||||
|
|
||||||
bind = ALT CTRL, Z, exec, hypr pull ''${BROWSER}
|
|
||||||
bind = ALT CTRL, D, exec, hypr pull discord
|
|
||||||
bind = ALT CTRL, S, exec, hypr pull signal-desktop
|
|
||||||
bind = ALT CTRL, T, exec, hypr pull ''${TERMINAL}
|
|
||||||
bind = ALT CTRL, V, exec, hypr pull vesktop
|
|
||||||
bind = ALT CTRL, Y, exec, hypr pull sioyek
|
|
||||||
bind = ALT CTRL, E, exec, hypr pull element-desktop
|
|
||||||
|
|
||||||
bind = ALT SHIFT, T, exec, hypr spawnfocus --ws 1 ''${TERMINAL}
|
|
||||||
bind = ALT SHIFT, Z, exec, hypr spawnfocus --ws 2 ''${BROWSER} --ozone-platform=wayland
|
|
||||||
bind = ALT SHIFT, D, exec, hypr spawnfocus --ws 5 discord
|
|
||||||
bind = ALT SHIFT, E, exec, hypr spawnfocus --ws 6 element-desktop
|
|
||||||
bind = ALT SHIFT, F, togglefloating
|
|
||||||
bind = ALT SHIFT, Q, exec, hypr exit
|
|
||||||
bind = ALT SHIFT, R, exec, hyprctl reload && notify-send -u low 'hyprland reloaded'
|
|
||||||
bind = ALT SHIFT, S, exec, hypr spawnfocus --ws 6 signal-desktop
|
|
||||||
bind = ALT SHIFT, V, exec, hypr spawnfocus --ws 5 vesktop
|
|
||||||
bind = ALT SHIFT, Y, exec, hypr spawnfocus --ws 3 sioyek
|
|
||||||
|
|
||||||
bind = , XF86Tools, submap, scripts
|
|
||||||
submap = scripts
|
|
||||||
|
|
||||||
bind = , A, exec, ctl audio out
|
|
||||||
bind = , C, exec, sh -lc 'cliphist list | rofi -dmenu -p "copy to clipboard" --lines 15 | cliphist decode | wl-copy'
|
|
||||||
bind = , F, exec, [float; fullscreen] ghostty -e lf
|
|
||||||
bind = , K, exec, ctl keyboard toggle
|
|
||||||
bind = , O, exec, ctl ocr
|
|
||||||
bind = , P, exec, hypr pull
|
|
||||||
bind = , S, exec, ctl screenshot
|
|
||||||
bind = , T, exec, theme
|
|
||||||
|
|
||||||
bind = , catchall, submap, reset
|
|
||||||
submap = reset
|
|
||||||
|
|
||||||
misc {
|
|
||||||
force_default_wallpaper = 0
|
|
||||||
disable_hyprland_logo = true
|
|
||||||
}
|
|
||||||
|
|
||||||
bind = ALT, 1, workspace, 1
|
|
||||||
bind = ALT, 2, workspace, 2
|
|
||||||
bind = ALT, 3, workspace, 3
|
|
||||||
bind = ALT, 4, workspace, 4
|
|
||||||
bind = ALT, 5, workspace, 5
|
|
||||||
bind = ALT, 6, workspace, 6
|
|
||||||
bind = ALT, 7, workspace, 7
|
|
||||||
bind = ALT, 8, workspace, 8
|
|
||||||
bind = ALT, 9, workspace, 9
|
|
||||||
|
|
||||||
bind = ALT SHIFT, 1, movetoworkspace, 1
|
|
||||||
bind = ALT SHIFT, 2, movetoworkspace, 2
|
|
||||||
bind = ALT SHIFT, 3, movetoworkspace, 3
|
|
||||||
bind = ALT SHIFT, 4, movetoworkspace, 4
|
|
||||||
bind = ALT SHIFT, 5, movetoworkspace, 5
|
|
||||||
bind = ALT SHIFT, 6, movetoworkspace, 6
|
|
||||||
bind = ALT SHIFT, 7, movetoworkspace, 7
|
|
||||||
bind = ALT SHIFT, 8, movetoworkspace, 8
|
|
||||||
bind = ALT SHIFT, 9, movetoworkspace, 9
|
|
||||||
|
|
||||||
bind = ALT CTRL, 1, movetoworkspacesilent, 1
|
|
||||||
bind = ALT CTRL, 2, movetoworkspacesilent, 2
|
|
||||||
bind = ALT CTRL, 3, movetoworkspacesilent, 3
|
|
||||||
bind = ALT CTRL, 4, movetoworkspacesilent, 4
|
|
||||||
bind = ALT CTRL, 5, movetoworkspacesilent, 5
|
|
||||||
bind = ALT CTRL, 6, movetoworkspacesilent, 6
|
|
||||||
bind = ALT CTRL, 7, movetoworkspacesilent, 7
|
|
||||||
bind = ALT CTRL, 8, movetoworkspacesilent, 8
|
|
||||||
bind = ALT CTRL, 9, movetoworkspacesilent, 9
|
|
||||||
|
|
||||||
workspace = w[tv1], gapsout:0, gapsin:0
|
|
||||||
workspace = f[1], gapsout:0, gapsin:0
|
|
||||||
windowrule = match:float 0, match:workspace w[tv1], border_size 0
|
|
||||||
windowrule = match:float 0, match:workspace w[tv1], rounding 0
|
|
||||||
windowrule = match:float 0, match:workspace f[1], border_size 0
|
|
||||||
windowrule = match:float 0, match:workspace f[1], rounding 0
|
|
||||||
|
|
||||||
windowrule = match:class ^(xdg-desktop-portal-gtk)$, float on
|
|
||||||
windowrule = match:class ^(xdg-desktop-portal-gtk)$, size monitor_w * 0.5 monitor_h * 0.6
|
|
||||||
windowrule = match:class ^(xdg-desktop-portal-kde)$, float on
|
|
||||||
windowrule = match:class ^(xdg-desktop-portal-kde)$, size monitor_w * 0.5 monitor_h * 0.6
|
|
||||||
windowrule = match:class ^(xdg-desktop-portal-hyprland)$, float on
|
|
||||||
windowrule = match:class ^(xdg-desktop-portal-hyprland)$, size monitor_w * 0.5 monitor_h * 0.6
|
|
||||||
|
|
||||||
windowrule = match:class ^([Ss]ioyek)$, tile on
|
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
xdg.configFile."hypr/themes/midnight.conf".text = mkHyprTheme config.palettes.midnight;
|
xdg.configFile."hypr/themes/midnight.conf".text = mkHyprTheme config.palettes.midnight;
|
||||||
xdg.configFile."hypr/themes/daylight.conf".text = mkHyprTheme config.palettes.daylight;
|
xdg.configFile."hypr/themes/daylight.conf".text = mkHyprTheme config.palettes.daylight;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -173,6 +173,7 @@ in
|
||||||
programs.zsh = {
|
programs.zsh = {
|
||||||
enable = true;
|
enable = true;
|
||||||
dotDir = "${config.xdg.configHome}/zsh";
|
dotDir = "${config.xdg.configHome}/zsh";
|
||||||
|
completionInit = "";
|
||||||
|
|
||||||
profileExtra = ''
|
profileExtra = ''
|
||||||
[ "$(tty)" = "/dev/tty1" ] && [ -z "$WAYLAND_DISPLAY" ] && start-hyprland
|
[ "$(tty)" = "/dev/tty1" ] && [ -z "$WAYLAND_DISPLAY" ] && start-hyprland
|
||||||
|
|
@ -209,69 +210,9 @@ in
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
completionInit = ''
|
|
||||||
autoload -U compinit && compinit -d "$XDG_STATE_HOME/zcompdump" -u
|
|
||||||
zmodload zsh/complist
|
|
||||||
zstyle ':completion:*' list-colors ''${(s.:.)LS_COLORS}
|
|
||||||
zstyle ':completion:*' matcher-list 'm:{a-zA-Z}={A-za-z}'
|
|
||||||
'';
|
|
||||||
|
|
||||||
initContent = ''
|
initContent = ''
|
||||||
export GPG_TTY=$(tty)
|
|
||||||
export THEME="''${THEME:-${config.theme}}"
|
|
||||||
|
|
||||||
setopt auto_cd
|
|
||||||
unsetopt beep notify
|
|
||||||
unset completealiases
|
|
||||||
|
|
||||||
bindkey -v
|
|
||||||
bindkey '^[[3~' delete-char
|
|
||||||
bindkey '^P' up-line-or-history
|
|
||||||
bindkey '^N' down-line-or-history
|
|
||||||
bindkey '^J' backward-char
|
|
||||||
bindkey '^K' forward-char
|
|
||||||
|
|
||||||
export PURE_PROMPT_SYMBOL=">"
|
|
||||||
export PURE_PROMPT_VICMD_SYMBOL="<"
|
|
||||||
export PURE_GIT_UP_ARROW="^"
|
|
||||||
export PURE_GIT_DOWN_ARROW="v"
|
|
||||||
export PURE_GIT_STASH_SYMBOL="="
|
|
||||||
export PURE_CMD_MAX_EXEC_TIME=5
|
|
||||||
export PURE_GIT_PULL=0
|
|
||||||
export PURE_GIT_UNTRACKED_DIRTY=1
|
|
||||||
zstyle ':prompt:pure:git:stash' show yes
|
|
||||||
|
|
||||||
fpath+=("${pkgs.pure-prompt}/share/zsh/site-functions")
|
fpath+=("${pkgs.pure-prompt}/share/zsh/site-functions")
|
||||||
autoload -Uz promptinit && promptinit
|
source "$XDG_CONFIG_HOME/nix/config/zsh/zshrc"
|
||||||
prompt pure
|
|
||||||
|
|
||||||
autoload -Uz add-zle-hook-widget
|
|
||||||
function _cursor_shape() {
|
|
||||||
case $KEYMAP in
|
|
||||||
vicmd) echo -ne '\e[2 q' ;;
|
|
||||||
viins|main) echo -ne '\e[6 q' ;;
|
|
||||||
esac
|
|
||||||
}
|
|
||||||
function _cursor_init() { echo -ne '\e[6 q'; }
|
|
||||||
add-zle-hook-widget zle-keymap-select _cursor_shape
|
|
||||||
add-zle-hook-widget zle-line-init _cursor_init
|
|
||||||
|
|
||||||
export FZF_COMPLETION_TRIGGER=\;
|
|
||||||
export FZF_TMUX=1
|
|
||||||
|
|
||||||
fzf-config-widget() {
|
|
||||||
file="$(fd --type file --hidden . ~/.config | sed "s|$HOME|~|g" | fzf)"
|
|
||||||
[ -n "$file" ] || { zle reset-prompt; return; }
|
|
||||||
file="''${file/#\~/$HOME}"
|
|
||||||
BUFFER="nvim $file"
|
|
||||||
zle accept-line
|
|
||||||
}
|
|
||||||
zle -N fzf-config-widget
|
|
||||||
bindkey '^E' fzf-config-widget
|
|
||||||
|
|
||||||
''
|
|
||||||
+ lib.optionalString ocaml ''
|
|
||||||
[[ ! -r "$OPAMROOT/opam-init/init.zsh" ]] || source "$OPAMROOT/opam-init/init.zsh" > /dev/null 2> /dev/null
|
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue