mirror of
https://github.com/tomasriveral/nixos.git
synced 2026-08-12 02:28:37 +02:00
worked on some shortcuts and keybindings
This commit is contained in:
@@ -28,8 +28,8 @@ environment.pathsToLink = [
|
||||
"/share/applications"
|
||||
"/share/xdg-desktop-portal"
|
||||
];
|
||||
|
||||
|
||||
# removes uxterm
|
||||
services.xserver.excludePackages = [ pkgs.xterm ];
|
||||
# Bootloader.
|
||||
boot.loader.systemd-boot.enable = true;
|
||||
boot.loader.efi.canTouchEfiVariables = true;
|
||||
|
||||
@@ -148,6 +148,7 @@ home.sessionVariables = {
|
||||
EDITOR = "neovim";
|
||||
# Git update function
|
||||
# Prompts for commit message; defaults if empty
|
||||
TERMINAL = "kitty";
|
||||
};
|
||||
|
||||
|
||||
|
||||
@@ -141,7 +141,7 @@ in
|
||||
", F11, exec, hyprshot -m output"
|
||||
"$mod_SHIFT, S, exec, hyprshot -m region --clipboard only"
|
||||
# framework 16 rgb macropad
|
||||
"$mod, P, exec, swaync-client -t"
|
||||
#"$mod, P, exec, swaync-client -t" # bugs the SUPER key.
|
||||
"Ctrl+$mod, 3, exec, pavucontrol"
|
||||
"Ctrl+$mod, 5, exec, gnome-characters"
|
||||
"Ctrl+$mod, 6, exec, custom-killall"
|
||||
@@ -408,6 +408,8 @@ in
|
||||
"float,class:^(io.missioncenter.MissionCenter)$" # MissionCenter-Gtk
|
||||
"float,class:^(custom-librewolfprofiles)$"
|
||||
"size 400 175, class:^(custom-librewolfprofiles)$"
|
||||
"float,initialTitle:^(custom-pomodoro)$"
|
||||
"size 600 600,initialTitle:^(custom-pomodoro)$"
|
||||
# add a float for tomato when in kitty
|
||||
#"plugin:imgborders:noimgborders, tag:noborder"
|
||||
];
|
||||
|
||||
@@ -24,7 +24,7 @@ custom-cat() {
|
||||
l = "ls -CF";
|
||||
ls = "ls -hA -s --color";
|
||||
cat = "custom-cat";
|
||||
pomodoro = "kitty -e 'tomato'";
|
||||
pomodoro = "custom-tomato";
|
||||
librewolf = "kitty --class \"custom-librewolfprofiles\" --name \"Select LibreWolf profile\" --hold custom-librewolfprofiles";
|
||||
};
|
||||
};
|
||||
|
||||
@@ -9,6 +9,6 @@ writeShellApplication {
|
||||
tomato-c
|
||||
];
|
||||
text = ''
|
||||
kitty -e tomato
|
||||
kitty --name "custom-pomodoro" -e tomato
|
||||
'';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user