Update shortcuts

This commit is contained in:
albert 2024-04-16 22:08:55 +09:00
parent ada3a877ab
commit b6d7360c38
No known key found for this signature in database
GPG key ID: 64F6C4EB46C4543A
4 changed files with 3 additions and 6 deletions

View file

@ -44,9 +44,6 @@ nix develop -c /etc/nixos/git/docs/setup.sh
--- ---
# To Do List # To Do List
* [ ] fixes * [ ] 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 * re-enable a few things when 24.05 is stable
## Host Specific ## Host Specific

View file

@ -110,6 +110,7 @@
''SUPER, J, togglesplit, # dwindle'' ''SUPER, J, togglesplit, # dwindle''
''SUPER, F, exec, firefox'' ''SUPER, F, exec, firefox''
''SUPER, S, exec, steam -vgui'' ''SUPER, S, exec, steam -vgui''
''SUPER, B, exec, rofi-rbw''
# Move focus with mainMod + arrow keys # Move focus with mainMod + arrow keys
''SUPER_ALT, left, movefocus, l'' ''SUPER_ALT, left, movefocus, l''

View file

@ -1,7 +1,6 @@
{ lib, ...}: { { lib, ...}: {
programs.rofi = { programs.rofi = {
enable = true; enable = true;
# theme = "material"; font = lib.mkForce "DejaVu Sans 16";
font = lib.mkForce "DejaVu Sans 12";
}; };
} }

View file

@ -132,7 +132,7 @@
pkgs.papirus-icon-theme # Papirus Icons pkgs.papirus-icon-theme # Papirus Icons
pkgs.rofi-wayland # App Launcher 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 # wayland-packages
inputs.nixpkgs-wayland.packages.${system}.wayprompt # from nixpkgs-wayland exclusively - pinentry UI inputs.nixpkgs-wayland.packages.${system}.wayprompt # from nixpkgs-wayland exclusively - pinentry UI