Fix cursors, add more shortcuts

This commit is contained in:
Evie Litherland-Smith 2023-04-05 12:01:56 +01:00
parent 5301ae7af1
commit 6461c2cbc2
3 changed files with 4 additions and 3 deletions

View file

@ -14,7 +14,7 @@
pointer_action3 = "resize_corner";
};
startupPrograms = [
"kitty"
"kitty -e \"nvim\""
];
monitors = {
"primary" = ["I" "II" "III" "IV" "V"];

View file

@ -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";

View file

@ -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";
};