forked from Bun/nixos-config
Move more things to xdg paths
This commit is contained in:
parent
04560dfbc5
commit
c41543edcf
23 changed files with 491 additions and 566 deletions
|
@ -11,9 +11,8 @@
|
|||
keybindings = {
|
||||
## Launchers
|
||||
|
||||
# Browser profiles
|
||||
"${primeMod}+F1" = ''exec librewolf -p Main --name MainBrowser | notify-send "Main Browser"'';
|
||||
"${primeMod}+F2" = ''exec librewolf -p Alt --name AltBrowser | notify-send "Alternate Browser"'';
|
||||
# Browser
|
||||
"${primeMod}+F1" = ''exec librewolf | notify-send "Browser"'';
|
||||
|
||||
# Virtual machines
|
||||
"${primeMod}+F4" = ''exec virt-manager | notify-send "Virtual Machines"'';
|
||||
|
@ -148,6 +147,7 @@
|
|||
|
||||
# Change layout
|
||||
"${primeMod}+f" = ''fullscreen toggle'';
|
||||
"${primeMod}+${secMod}+f" = ''fullscreen toggle global'';
|
||||
"${primeMod}+w" = ''layout toggle split'';
|
||||
"${primeMod}+v" = ''split v'';
|
||||
"${primeMod}+e" = ''layout toggle tabbed stacking'';
|
||||
|
|
|
@ -55,9 +55,8 @@
|
|||
];
|
||||
};
|
||||
assigns = {
|
||||
# Browsers
|
||||
"1:${config.ws.w1}" = [{ app_id = "MainBrowser"; }];
|
||||
"11:${config.ws.w1a}" = [{ app_id = "AltBrowser"; }];
|
||||
# Browser
|
||||
"1:${config.ws.w1}" = [{ app_id = "librewolf"; }];
|
||||
|
||||
# Communication
|
||||
"7:${config.ws.w7}" = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue