feat: update to latest linux kernel
This commit is contained in:
parent
5a383e7aad
commit
020ec5e967
15 changed files with 204 additions and 196 deletions
|
|
@ -2,6 +2,7 @@
|
|||
let
|
||||
prefix = if nvidia-offload-enabled then "offload " else "";
|
||||
browser = "${prefix}firefox";
|
||||
noOffloadBrowser = "firefox -P noOffload";
|
||||
terminal = "${prefix}ghostty";
|
||||
filemanager = "nemo";
|
||||
scripts = "~/.config/scripts";
|
||||
|
|
@ -15,6 +16,7 @@ let
|
|||
in
|
||||
[
|
||||
''${mainMod}, F, exec, ${browser}''
|
||||
''CTRL ${mainMod}, F, exec, ${noOffloadBrowser} -no-remote''
|
||||
''${mainMod}, RETURN, exec, ${terminal}''
|
||||
''CTRL ALT, T, exec, ${terminal}''
|
||||
''${mainMod}, Q, killactive, ''
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue