diff --git a/.config/autostart/caffeine-indicator.desktop b/.config/autostart/caffeine-indicator.desktop new file mode 100644 index 0000000..916156b --- /dev/null +++ b/.config/autostart/caffeine-indicator.desktop @@ -0,0 +1,11 @@ +[Desktop Entry] +Icon=caffeine +Name=Caffeine Indicator +Comment=Manually control activation of the screensaver and sleep mode +Exec=/usr/bin/caffeine-indicator +Terminal=false +Type=Application +Categories=Utility;TrayIcon; +Keywords=Screensaver,Power,Saving,Blank +OnlyShowIn=GNOME;KDE;LXDE;LXQt;MATE;Razor;ROX;TDE;Unity;XFCE;EDE;Cinnamon;Pantheon; +StartupNotify=false diff --git a/.config/autostart/megasync.desktop b/.config/autostart/megasync.desktop deleted file mode 100644 index 0c6e1dc..0000000 --- a/.config/autostart/megasync.desktop +++ /dev/null @@ -1,13 +0,0 @@ -[Desktop Entry] -Categories=Network;System; -Comment=Easy automated syncing between your computers and your MEGA cloud drive. -Exec=megasync -GenericName=File Synchronizer -Icon=mega -Name=MEGAsync -StartupNotify=false -Terminal=false -TryExec=megasync -Type=Application -Version=1.0 -X-GNOME-Autostart-Delay=60 diff --git a/.config/doom/config.el b/.config/doom/config.el index 9746b74..82228e9 100644 --- a/.config/doom/config.el +++ b/.config/doom/config.el @@ -74,3 +74,5 @@ ;; ;; You can also try 'gd' (or 'C-c c d') to jump to their definition and see how ;; they are implemented. + +(setq org-directory "~/Sync/org/") diff --git a/.config/emacs b/.config/emacs index 8406c1f..aa7dd61 160000 --- a/.config/emacs +++ b/.config/emacs @@ -1 +1 @@ -Subproject commit 8406c1ff22b95bd0f816de4a0223fa3ce3c82568 +Subproject commit aa7dd61a2c773a6507d1da807c91e8eb0b228904 diff --git a/.config/i3/config b/.config/i3/config index dbdbb01..378d877 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -203,7 +203,7 @@ bindsym $mod+r mode "resize" for_window [title="Desktop @ QRect(.*)"] kill; floating enable; border none # Compositor (Animations, Shadows, Transparency) - exec --no-startup-id picom -cCFb + exec --no-startup-id picom -cb --background xrender # Wallpaper exec_always --no-startup-id feh --bg-fill --randomize --quiet --recursive --scale-down ~/Wallpaper ~/MEGA/Wallpaper @@ -250,3 +250,7 @@ for_window [title="Desktop — Plasma"] kill # bar exec ~/.cargo/bin/monitor-affinity --config-file ~/.config/monitor-affinity/config.toml + + +# running xinit manually. whatever. +exec sh ~/.xinitrc diff --git a/.local/share/yadm/archive b/.local/share/yadm/archive index a8fc4b7..15b17f8 100644 Binary files a/.local/share/yadm/archive and b/.local/share/yadm/archive differ diff --git a/.ssh/config b/.ssh/config index 4799bcf..3da4d7a 100644 --- a/.ssh/config +++ b/.ssh/config @@ -3,4 +3,10 @@ Host themeansofproduction Host weltgeist HostName 195.201.62.156 User root - IdentityFile ~/.ssh/id_ed25519.key +Host tendency + HostName 192.168.1.22 +Host katyusha + HostName 192.168.1.12 +Host * + User melissa + IdentityFile ~/.ssh/id_ed25519.key diff --git a/.xinitrc##c.desktop b/.xinitrc##c.desktop old mode 100644 new mode 100755