keybindings + rofi fix

This commit is contained in:
m3tam3re
2025-09-04 18:15:37 +02:00
parent a5f544e8d3
commit 2e6bf051f0
3 changed files with 15 additions and 12 deletions

View File

@@ -156,27 +156,29 @@ in {
"nofocus, class:^(xwaylandvideobridge)$" "nofocus, class:^(xwaylandvideobridge)$"
]; ];
"$mainMod" = "SUPER"; "$mainMod" = "SUPER";
"$terminal" = "kitty";
bind = [ bind = [
"$mainMod, return, exec, nu -c zellij-ps" "$mainMod, return, exec, $terminal nu -c zellij-ps"
# "$mainMod, t, exec, warp-terminal" # "$mainMod, t, exec, warp-terminal"
"$mainMod, t, exec, kitty -e nu -c 'nitch; exec nu'" "$mainMod, t, exec, $terminal -e nu -c 'nitch; exec nu'"
"$mainMod SHIFT, t, exec, launch-timer" "$mainMod SHIFT, t, exec, uwsm app --launch-timer"
"$mainMod SHIFT, e, exec, kitty -e zellij_nvim" "$mainMod, n, exec, $terminal -e nvim"
"$mainMod, z, exec, uwsm app -- zeditor"
"$mainMod, o, exec, hyprctl setprop activewindow opaque toggle" "$mainMod, o, exec, hyprctl setprop activewindow opaque toggle"
"$mainMod, r, exec, hyprctl dispatch focuswindow \"initialtitle:.*alert-box.*\" && hyprctl dispatch moveactive exact 4300 102 && hyprctl dispatch focuswindow \"initialtitle:.*chat-box.*\" && hyprctl dispatch moveactive exact 4300 512" "$mainMod, r, exec, hyprctl dispatch focuswindow \"initialtitle:.*alert-box.*\" && hyprctl dispatch moveactive exact 4300 102 && hyprctl dispatch focuswindow \"initialtitle:.*chat-box.*\" && hyprctl dispatch moveactive exact 4300 512"
"$mainMod, b, exec, thunar" "$mainMod, b, exec, uwsm app -- thunar"
"$mainMod SHIFT, B, exec, vivaldi" "$mainMod SHIFT, B, exec, uwsm app -- vivaldi"
"$mainMod, Escape, exec, wlogout -p layer-shell" "$mainMod, Escape, exec, uwsm app -- wlogout -p layer-shell"
"$mainMod, Space, togglefloating" "$mainMod, Space, togglefloating"
"$mainMod, q, killactive" "$mainMod, q, killactive"
"$mainMod, M, exit" "$mainMod, M, exit"
"$mainMod, F, fullscreen" "$mainMod, F, fullscreen"
"$mainMod SHIFT, V, togglefloating" "$mainMod SHIFT, V, togglefloating"
"$mainMod, D, exec, rofi -show" "$mainMod, D, exec, uwsm app -- rofi -show"
"$mainMod, V, exec, cliphist list | rofi -dmenu | cliphist decode | wl-copy" "$mainMod, V, exec, uwsm app -- cliphist list | rofi -dmenu | cliphist decode | wl-copy"
"$mainMod SHIFT, S, exec, bemoji" "$mainMod SHIFT, S, exec, uwsm app -- rofi -show emoji"
"$mainMod, P, exec, rofi-pass" "$mainMod, P, exec, uwsm app -- rofi-pass"
"$mainMod SHIFT, P, pseudo" "$mainMod SHIFT, P, pseudo"
"$mainMod, J, togglesplit" "$mainMod, J, togglesplit"
"$mainMod, h, movefocus, l" "$mainMod, h, movefocus, l"

View File

@@ -112,7 +112,7 @@ in {
margin: 8px 0 0; margin: 8px 0 0;
lines: 10; lines: 10;
columns: 1; columns: 1;
fixed-height: false; fixed-height: true;
scrollbar: false; scrollbar: false;
} }

View File

@@ -113,6 +113,7 @@
programs.ssh = { programs.ssh = {
enable = true; enable = true;
enableDefaultConfig = false;
matchBlocks = { matchBlocks = {
"AZ-CLD-1" = { "AZ-CLD-1" = {
hostname = "152.53.186.119"; hostname = "152.53.186.119";