diff --git a/config/nix/hm/common.nix b/config/nix/hm/common.nix index af472d5..85c095d 100644 --- a/config/nix/hm/common.nix +++ b/config/nix/hm/common.nix @@ -348,6 +348,9 @@ in "pythonstartup.py" = { text = (builtins.readFile ./pythonstartup.py); }; + "screenrc" = { + text = (builtins.readFile ./screenrc); + }; }; }; home = { diff --git a/config/nix/hm/desktop.nix b/config/nix/hm/desktop.nix index 21ede78..9d9df2a 100644 --- a/config/nix/hm/desktop.nix +++ b/config/nix/hm/desktop.nix @@ -430,6 +430,10 @@ rofi = { enable = true; pass.enable = true; + extraConfig = { + lazy-grab = false; + matching = "regex"; + }; }; autorandr.enable = true; mpv = { @@ -494,6 +498,13 @@ ${nixgl.nixVulkanIntel}/bin/nixVulkanIntel ${nixgl.nixGLIntel}/bin/nixGLIntel ${config.xsession.windowManager.command} ''; }; + "rofimoji.rc" = { + text = '' + skin-tone = neutral + files = [emojis, math] + action = clipboard + ''; + }; }; }; services = { diff --git a/config/screenrc b/config/nix/hm/screenrc similarity index 100% rename from config/screenrc rename to config/nix/hm/screenrc diff --git a/config/systemd/user/.gitignore b/config/nix/unprocessed/config/systemd/user/.gitignore similarity index 100% rename from config/systemd/user/.gitignore rename to config/nix/unprocessed/config/systemd/user/.gitignore diff --git a/config/systemd/user/ipfs.service b/config/nix/unprocessed/config/systemd/user/ipfs.service similarity index 100% rename from config/systemd/user/ipfs.service rename to config/nix/unprocessed/config/systemd/user/ipfs.service diff --git a/config/systemd/user/melfetch.service b/config/nix/unprocessed/config/systemd/user/melfetch.service similarity index 100% rename from config/systemd/user/melfetch.service rename to config/nix/unprocessed/config/systemd/user/melfetch.service diff --git a/config/systemd/user/melfetch.timer b/config/nix/unprocessed/config/systemd/user/melfetch.timer similarity index 100% rename from config/systemd/user/melfetch.timer rename to config/nix/unprocessed/config/systemd/user/melfetch.timer diff --git a/config/systemd/user/urxvtd.service b/config/nix/unprocessed/config/systemd/user/urxvtd.service similarity index 100% rename from config/systemd/user/urxvtd.service rename to config/nix/unprocessed/config/systemd/user/urxvtd.service diff --git a/config/systemd/user/urxvtd.socket b/config/nix/unprocessed/config/systemd/user/urxvtd.socket similarity index 100% rename from config/systemd/user/urxvtd.socket rename to config/nix/unprocessed/config/systemd/user/urxvtd.socket diff --git a/config/systemd/user/x0vncserver.service b/config/nix/unprocessed/config/systemd/user/x0vncserver.service similarity index 100% rename from config/systemd/user/x0vncserver.service rename to config/nix/unprocessed/config/systemd/user/x0vncserver.service diff --git a/config/rofi/.gitignore b/config/rofi/.gitignore deleted file mode 100644 index ba58f6e..0000000 --- a/config/rofi/.gitignore +++ /dev/null @@ -1,2 +0,0 @@ -theme.config -theme.rasi diff --git a/config/rofi/config b/config/rofi/config deleted file mode 100644 index fc193ca..0000000 --- a/config/rofi/config +++ /dev/null @@ -1,4 +0,0 @@ -#include "theme.config" -rofi.theme: theme -rofi.lazy-grab: false -rofi.matching: regex diff --git a/config/rofi/config.rasi b/config/rofi/config.rasi deleted file mode 100644 index 9843b5f..0000000 --- a/config/rofi/config.rasi +++ /dev/null @@ -1,5 +0,0 @@ -configuration { - lazy-grab: false; - matching: "regex"; -} -@theme "theme" diff --git a/config/rofimoji.rc b/config/rofimoji.rc deleted file mode 100644 index 25e7911..0000000 --- a/config/rofimoji.rc +++ /dev/null @@ -1,3 +0,0 @@ -skin-tone = neutral -files = [emojis, math] -action = clipboard diff --git a/config/terminfo/a/alacritty b/config/terminfo/a/alacritty deleted file mode 100644 index d02394c..0000000 Binary files a/config/terminfo/a/alacritty and /dev/null differ diff --git a/config/terminfo/a/alacritty-256color b/config/terminfo/a/alacritty-256color deleted file mode 100644 index a76418f..0000000 Binary files a/config/terminfo/a/alacritty-256color and /dev/null differ diff --git a/config/terminfo/r/rxvt-unicode b/config/terminfo/r/rxvt-unicode deleted file mode 100644 index 7650d3c..0000000 Binary files a/config/terminfo/r/rxvt-unicode and /dev/null differ diff --git a/config/terminfo/r/rxvt-unicode-256color b/config/terminfo/r/rxvt-unicode-256color deleted file mode 100644 index 3f43d0d..0000000 Binary files a/config/terminfo/r/rxvt-unicode-256color and /dev/null differ