Fix cursors, add more shortcuts
This commit is contained in:
parent
5301ae7af1
commit
6461c2cbc2
2
nixos/home-manager/env/bspwm.nix
vendored
2
nixos/home-manager/env/bspwm.nix
vendored
|
@ -14,7 +14,7 @@
|
|||
pointer_action3 = "resize_corner";
|
||||
};
|
||||
startupPrograms = [
|
||||
"kitty"
|
||||
"kitty -e \"nvim\""
|
||||
];
|
||||
monitors = {
|
||||
"primary" = ["I" "II" "III" "IV" "V"];
|
||||
|
|
3
nixos/home-manager/env/sxhkd.nix
vendored
3
nixos/home-manager/env/sxhkd.nix
vendored
|
@ -5,10 +5,11 @@
|
|||
keybindings = {
|
||||
# Terminal emulators
|
||||
"super + Return" = "kitty";
|
||||
"super + n" = "kitty -e \"nvim\"";
|
||||
"super + shift + Return" = "xfce4-terminal --drop-down";
|
||||
|
||||
# Launcher
|
||||
"super + @space" = "rofi -show drun -theme $HOME/.dotfiles/rofi/rofidmenu.rasi";
|
||||
"super + @space" = "rofi -show drun -theme $HOME/.dotfiles/rofi/config.rasi";
|
||||
|
||||
# bspwm hotkeys
|
||||
"super + Escape" = "pkill -USR1 -x sxhkd";
|
||||
|
|
2
nixos/home-manager/env/xfce.nix
vendored
2
nixos/home-manager/env/xfce.nix
vendored
|
@ -18,7 +18,7 @@
|
|||
xfconf.settings = {
|
||||
xsettings = {
|
||||
"Net/ThemeName" = "Catppuccin-Frappe-Standard-Blue-Dark";
|
||||
"Gtk/CursorThemeName" = "Catppuccin-Macchiato-Dark";
|
||||
"Gtk/CursorThemeName" = "Catppuccin-Macchiato-Dark-Cursors";
|
||||
"Gtk/FontName" = "Sans 12";
|
||||
"Gtk/MonospaceFontName" = "FiraCode Nerd Font 12";
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue