Update shortcuts
This commit is contained in:
parent
ada3a877ab
commit
b6d7360c38
4 changed files with 3 additions and 6 deletions
|
@ -44,9 +44,6 @@ nix develop -c /etc/nixos/git/docs/setup.sh
|
|||
---
|
||||
# To Do List
|
||||
* [ ] fixes
|
||||
* find a better sidebar for vim
|
||||
* try the outliner tool again for vim
|
||||
* borders around all the things
|
||||
* re-enable a few things when 24.05 is stable
|
||||
|
||||
## Host Specific
|
||||
|
|
|
@ -110,6 +110,7 @@
|
|||
''SUPER, J, togglesplit, # dwindle''
|
||||
''SUPER, F, exec, firefox''
|
||||
''SUPER, S, exec, steam -vgui''
|
||||
''SUPER, B, exec, rofi-rbw''
|
||||
|
||||
# Move focus with mainMod + arrow keys
|
||||
''SUPER_ALT, left, movefocus, l''
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
{ lib, ...}: {
|
||||
programs.rofi = {
|
||||
enable = true;
|
||||
# theme = "material";
|
||||
font = lib.mkForce "DejaVu Sans 12";
|
||||
font = lib.mkForce "DejaVu Sans 16";
|
||||
};
|
||||
}
|
||||
|
|
|
@ -132,7 +132,7 @@
|
|||
pkgs.papirus-icon-theme # Papirus Icons
|
||||
|
||||
pkgs.rofi-wayland # App Launcher
|
||||
pkgs.rofi-rbw-wayland # Front-end for Bitwarden with ROfi
|
||||
pkgs.rofi-rbw-wayland # Front-end for Bitwarden with Rofi
|
||||
|
||||
# wayland-packages
|
||||
inputs.nixpkgs-wayland.packages.${system}.wayprompt # from nixpkgs-wayland exclusively - pinentry UI
|
||||
|
|
Loading…
Reference in a new issue