attempt some fixes
This commit is contained in:
parent
a0afc24f2d
commit
7aedf97feb
3 changed files with 14 additions and 14 deletions
|
|
@ -36,7 +36,7 @@ in
|
|||
);
|
||||
|
||||
programs.plasma.hotkeys.commands = {
|
||||
ringofstorms_terminal = {
|
||||
ringofstorms-terminal = {
|
||||
key = "Meta+Return";
|
||||
command = cfg.shortcuts.terminal;
|
||||
};
|
||||
|
|
@ -44,7 +44,7 @@ in
|
|||
// (
|
||||
if cfg.shortcuts.launcher == "rofi" then
|
||||
{
|
||||
ringofstorms_launcher = {
|
||||
ringofstorms-launcher = {
|
||||
key = "Meta+Space";
|
||||
command = "rofi -show drun";
|
||||
};
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@ in
|
|||
workspace = {
|
||||
colorScheme = "Breeze Dark";
|
||||
lookAndFeel = "org.kde.breezedark.desktop";
|
||||
cursorTheme = "breeze_cursors";
|
||||
cursor.theme = "breeze_cursors";
|
||||
};
|
||||
fonts = { }; # keep defaults
|
||||
kscreenlocker = { }; # swaylock analog not applicable; left default
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue