Compare commits
6 Commits
local-podm
...
c2773ecfc0
| Author | SHA1 | Date | |
|---|---|---|---|
| c2773ecfc0 | |||
| 794b8364b4 | |||
| 47d74d8265 | |||
| d7cd51d3b0 | |||
| 66c4724954 | |||
| bd4c161c45 |
@@ -1,4 +0,0 @@
|
|||||||
# monitors.conf
|
|
||||||
|
|
||||||
# See https://wiki.hyprland.org/Configuring/Monitors/
|
|
||||||
monitor=,preferred,auto,auto
|
|
||||||
@@ -1,27 +0,0 @@
|
|||||||
[Desktop Entry]
|
|
||||||
Name=VSCodium
|
|
||||||
Comment=Code Editing. Redefined.
|
|
||||||
GenericName=Text Editor
|
|
||||||
Exec=/usr/share/codium/codium --ozone-platform=wayland %F
|
|
||||||
Icon=vscodium
|
|
||||||
Type=Application
|
|
||||||
StartupNotify=false
|
|
||||||
StartupWMClass=VSCodium
|
|
||||||
Categories=TextEditor;Development;IDE;
|
|
||||||
MimeType=text/plain;inode/directory;application/x-codium-workspace;
|
|
||||||
Actions=new-empty-window;
|
|
||||||
Keywords=vscodium;codium;vscode;
|
|
||||||
|
|
||||||
[Desktop Action new-empty-window]
|
|
||||||
Name=New Empty Window
|
|
||||||
Name[de]=Neues leeres Fenster
|
|
||||||
Name[es]=Nueva ventana vacía
|
|
||||||
Name[fr]=Nouvelle fenêtre vide
|
|
||||||
Name[it]=Nuova finestra vuota
|
|
||||||
Name[ja]=新しい空のウィンドウ
|
|
||||||
Name[ko]=새 빈 창
|
|
||||||
Name[ru]=Новое пустое окно
|
|
||||||
Name[zh_CN]=新建空窗口
|
|
||||||
Name[zh_TW]=開新空視窗
|
|
||||||
Exec=/usr/share/codium/codium --new-window %F
|
|
||||||
Icon=vscodium
|
|
||||||
@@ -1,15 +0,0 @@
|
|||||||
[Unit]
|
|
||||||
Description=Background service
|
|
||||||
# order startup after WM
|
|
||||||
After=graphical-session.target
|
|
||||||
|
|
||||||
[Service]
|
|
||||||
Type=exec
|
|
||||||
# Repurpose XDG Autostart filtering
|
|
||||||
ExecCondition=/lib/systemd/systemd-xdg-autostart-condition "wlroots:sway:Wayfire:labwc:Hyprland" ""
|
|
||||||
ExecStart=/usr/bin/swww-daemon
|
|
||||||
Restart=on-failure
|
|
||||||
Slice=app-graphical.slice
|
|
||||||
|
|
||||||
[Install]
|
|
||||||
WantedBy=graphical-session.target
|
|
||||||
@@ -1,7 +1,3 @@
|
|||||||
modules:
|
modules:
|
||||||
- type: chezmoi
|
- type: chezmoi
|
||||||
repository: "https://git.hydrosaber.com/eriq12/dotfiles"
|
repository: "https://git.hydrosaber.com/eriq12/dotfiles"
|
||||||
|
|
||||||
- type: script
|
|
||||||
scripts:
|
|
||||||
- setupchezmoiskel.sh
|
|
||||||
@@ -7,6 +7,5 @@ modules:
|
|||||||
user:
|
user:
|
||||||
enabled:
|
enabled:
|
||||||
- flatpak-user-update.timer
|
- flatpak-user-update.timer
|
||||||
- swww.service
|
|
||||||
- quickshell.service
|
- quickshell.service
|
||||||
- hyprpolkitagent.service
|
- hyprpolkitagent.service
|
||||||
@@ -2,10 +2,6 @@ modules:
|
|||||||
- type: dnf
|
- type: dnf
|
||||||
repos:
|
repos:
|
||||||
nonfree: rpmfusion
|
nonfree: rpmfusion
|
||||||
files:
|
|
||||||
- https://repo.vscodium.dev/vscodium.repo
|
|
||||||
copr:
|
|
||||||
- mavit/discover-overlay
|
|
||||||
install:
|
install:
|
||||||
packages:
|
packages:
|
||||||
# applications
|
# applications
|
||||||
@@ -27,7 +23,6 @@ modules:
|
|||||||
|
|
||||||
# text editor
|
# text editor
|
||||||
- neovim
|
- neovim
|
||||||
- codium
|
|
||||||
|
|
||||||
# software store
|
# software store
|
||||||
- gnome-software
|
- gnome-software
|
||||||
@@ -38,9 +33,6 @@ modules:
|
|||||||
# kdeconnect
|
# kdeconnect
|
||||||
- kde-connect
|
- kde-connect
|
||||||
|
|
||||||
# discord overlay
|
|
||||||
- discover-overlay
|
|
||||||
|
|
||||||
# settings apps
|
# settings apps
|
||||||
# qt
|
# qt
|
||||||
- qt5ct
|
- qt5ct
|
||||||
|
|||||||
@@ -16,4 +16,4 @@ modules:
|
|||||||
- matugen
|
- matugen
|
||||||
|
|
||||||
# quickshell
|
# quickshell
|
||||||
- quickshell
|
- quickshell-git
|
||||||
Reference in New Issue
Block a user