Skip to content

Commit

Permalink
refactor(niri): diable rofi (bug) + add ghostty
Browse files Browse the repository at this point in the history
  • Loading branch information
scottames committed Dec 27, 2024
1 parent 0a04555 commit 0c7bbb2
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions home/private_dot_config/niri/config.kdl.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -260,10 +260,11 @@ binds {

// Suggested binds for running programs: terminal, app launcher, screen locker.
Mod+T { spawn "alacritty"; }
Mod+G { spawn "ghostty"; }
Mod+D { spawn "fuzzel"; }
Mod+Space { spawn "rofi" "-show" "combi"; }
Mod+Shift+Space { spawn "rofi" "-show" "drun"; }
Mod+Ctrl+Space { spawn "rofi" "-show" "window"; }
// Mod+Space { spawn "rofi" "-show" "combi"; }
// Mod+Shift+Space { spawn "rofi" "-show" "drun"; }
// Mod+Ctrl+Space { spawn "rofi" "-show" "window"; }
Super+Alt+L { spawn "hyprlock"; }
// FIXME: launch default terminal w/ yari
Super+Alt+Y { spawn "/var/home/scta/.local/share/aquaproj-aqua/bin/bin/yari"; }
Expand Down

0 comments on commit 0c7bbb2

Please sign in to comment.