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'';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue