Update .config/alacritty/alacritty.toml
Update .config/fish/config.fish Update .config/niri/config.kdl
This commit is contained in:
parent
8cf16916b3
commit
2912975912
3 changed files with 17 additions and 18 deletions
|
|
@ -1,5 +1,3 @@
|
||||||
general.import = ["~/.config/omarchy/current/theme/alacritty.toml"]
|
|
||||||
|
|
||||||
[terminal.shell]
|
[terminal.shell]
|
||||||
program = "/usr/bin/fish"
|
program = "/usr/bin/fish"
|
||||||
args = ["--login"]
|
args = ["--login"]
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,4 @@
|
||||||
|
set -x EDITOR nvim
|
||||||
set -x PATH $HOME/.local/bin $PATH
|
set -x PATH $HOME/.local/bin $PATH
|
||||||
set -x PATH $HOME/.cargo/bin $PATH
|
set -x PATH $HOME/.cargo/bin $PATH
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -85,11 +85,8 @@ layout {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
spawn-at-startup "hypridle"
|
|
||||||
spawn-at-startup "mako"
|
|
||||||
spawn-at-startup "waybar"
|
spawn-at-startup "waybar"
|
||||||
spawn-sh-at-startup "wl-clip-persist --clipboard regular -all-mime-type-regex '^(?!x-kde-passwordManagerHint).+'"
|
spawn-sh-at-startup "wl-clip-persist --clipboard regular -all-mime-type-regex '^(?!x-kde-passwordManagerHint).+'"
|
||||||
spawn-sh-at-startup "hyprpm reload"
|
|
||||||
|
|
||||||
hotkey-overlay {
|
hotkey-overlay {
|
||||||
skip-at-startup
|
skip-at-startup
|
||||||
|
|
@ -137,13 +134,19 @@ window-rule {
|
||||||
opacity 1.0
|
opacity 1.0
|
||||||
}
|
}
|
||||||
|
|
||||||
|
window-rule {
|
||||||
|
match title="^launcher$"
|
||||||
|
open-floating true
|
||||||
|
open-focused true
|
||||||
|
}
|
||||||
|
|
||||||
binds {
|
binds {
|
||||||
Mod+K { show-hotkey-overlay; }
|
Mod+K { show-hotkey-overlay; }
|
||||||
Mod+O repeat=false { toggle-overview; }
|
Mod+O repeat=false { toggle-overview; }
|
||||||
Mod+W repeat=false { close-window; }
|
Mod+W repeat=false { close-window; }
|
||||||
|
|
||||||
Mod+Return { spawn "alacritty"; }
|
Mod+Return { spawn "alacritty"; }
|
||||||
Mod+Space { spawn-sh "walker -p start"; }
|
Mod+Space { spawn-sh "alacritty --title launcher -e gyr"; }
|
||||||
Mod+F { spawn-sh "uwsm app -- nautilus --new-window"; }
|
Mod+F { spawn-sh "uwsm app -- nautilus --new-window"; }
|
||||||
Mod+B { spawn "chromium"; }
|
Mod+B { spawn "chromium"; }
|
||||||
|
|
||||||
|
|
@ -220,20 +223,17 @@ binds {
|
||||||
Mod+Comma { consume-or-expel-window-left; }
|
Mod+Comma { consume-or-expel-window-left; }
|
||||||
Mod+Period { consume-or-expel-window-right; }
|
Mod+Period { consume-or-expel-window-right; }
|
||||||
|
|
||||||
Mod+Colon { switch-preset-column-width; }
|
Mod+Colon { center-column; }
|
||||||
Mod+Apostrophe { maximize-column; }
|
Mod+Apostrophe { switch-preset-column-width; }
|
||||||
// Mod+Shift+F { fullscreen-window; }
|
Mod+Z { maximize-column; }
|
||||||
// Mod+Ctrl+F { expand-column-to-available-width; }
|
Mod+Shift+F { fullscreen-window; }
|
||||||
// Mod+C { center-column; }
|
|
||||||
|
|
||||||
Mod+Minus { set-column-width "-10%"; }
|
Mod+Ctrl+Left { set-column-width "-10%"; }
|
||||||
Mod+Equal { set-column-width "+10%"; }
|
Mod+Ctrl+Right { set-column-width "+10%"; }
|
||||||
Mod+Shift+Minus { set-window-height "-10%"; }
|
Mod+Ctrl+Down { set-window-height "-10%"; }
|
||||||
Mod+Shift+Equal { set-window-height "+10%"; }
|
Mod+Ctrl+Up { set-window-height "+10%"; }
|
||||||
|
|
||||||
Mod+V { toggle-window-floating; }
|
Mod+Shift+V { toggle-window-floating; }
|
||||||
Mod+Shift+V { switch-focus-between-floating-and-tiling; }
|
|
||||||
Mod+C { toggle-column-tabbed-display; }
|
|
||||||
|
|
||||||
Print { screenshot; }
|
Print { screenshot; }
|
||||||
Ctrl+Print { screenshot-screen; }
|
Ctrl+Print { screenshot-screen; }
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue