Compare commits
2 Commits
9679cb29f0
...
edcfc9d911
| Author | SHA1 | Date | |
|---|---|---|---|
| edcfc9d911 | |||
| 801d990154 |
4
.gitignore
vendored
4
.gitignore
vendored
@@ -12,7 +12,6 @@
|
|||||||
!mimeapps.list
|
!mimeapps.list
|
||||||
!fuzzel/
|
!fuzzel/
|
||||||
!fish/
|
!fish/
|
||||||
fish/fish_variables
|
|
||||||
!packages
|
!packages
|
||||||
!brave-flags.conf
|
!brave-flags.conf
|
||||||
!chromium-flags.conf
|
!chromium-flags.conf
|
||||||
@@ -21,3 +20,6 @@ fish/fish_variables
|
|||||||
!rice-2.png
|
!rice-2.png
|
||||||
!rice-3.png
|
!rice-3.png
|
||||||
!btop
|
!btop
|
||||||
|
!wireplumber/
|
||||||
|
!systemd/
|
||||||
|
fish/fish_variables
|
||||||
|
|||||||
@@ -9,7 +9,7 @@ exec-once = uwsm app -- nm-applet --indicator
|
|||||||
exec-once = uwsm app -- protonvpn-app
|
exec-once = uwsm app -- protonvpn-app
|
||||||
exec-once = uwsm app -- hyprpaper
|
exec-once = uwsm app -- hyprpaper
|
||||||
# exec-once = uwsm app -- /usr/bin/discord --enable-features=UseOzonePlatform --ozone-platform=wayland --start-minimized &> /dev/null
|
# exec-once = uwsm app -- /usr/bin/discord --enable-features=UseOzonePlatform --ozone-platform=wayland --start-minimized &> /dev/null
|
||||||
exec-once = sleep 5 && ~/.config/hypr/scripts/replay-ctrl.sh start
|
# exec-once = sleep 5 && ~/.config/hypr/scripts/replay-ctrl.sh start
|
||||||
# exec-once = uwsm app -- /usr/lib/xdg-desktop-portal-hyprland
|
# exec-once = uwsm app -- /usr/lib/xdg-desktop-portal-hyprland
|
||||||
exec-once = wl-paste --type text --watch cliphist store # Stores only text data
|
exec-once = wl-paste --type text --watch cliphist store # Stores only text data
|
||||||
exec-once = wl-paste --type image --watch cliphist store # Stores only image data
|
exec-once = wl-paste --type image --watch cliphist store # Stores only image data
|
||||||
|
|||||||
@@ -6,9 +6,9 @@ env = HYPRCURSOR_SIZE,24
|
|||||||
env = XCURSOR_SIZE,24
|
env = XCURSOR_SIZE,24
|
||||||
env = XCURSOR_THEME,Bibata-Modern-Classic
|
env = XCURSOR_THEME,Bibata-Modern-Classic
|
||||||
env = XDG_CURRENT_DESKTOP,Hyprland
|
env = XDG_CURRENT_DESKTOP,Hyprland
|
||||||
env = debug:full_cm_proto,true
|
# env = debug:full_cm_proto,true
|
||||||
env = QT_QPA_PLATFORMTHEME,qt6ct
|
env = QT_QPA_PLATFORMTHEME,qt6ct
|
||||||
env = LIBVA_DRIVER_NAME,radeonsi
|
# env = LIBVA_DRIVER_NAME,radeonsi
|
||||||
env = VDPAU_DRIVER,radeonsi
|
# env = VDPAU_DRIVER,radeonsi
|
||||||
env = MOZ_ENABLE_WAYLAND,1
|
env = MOZ_ENABLE_WAYLAND,1
|
||||||
env = ELECTRON_OZONE_PLATFORM_HINT,wayland
|
env = ELECTRON_OZONE_PLATFORM_HINT,wayland
|
||||||
|
|||||||
@@ -60,8 +60,10 @@ bind = ALT, Tab, changegroupactive, next
|
|||||||
|
|
||||||
|
|
||||||
# Example special workspace (scratchpad)
|
# Example special workspace (scratchpad)
|
||||||
bind = $mainMod, S, togglespecialworkspace, magic
|
bind = $mainMod, S, togglespecialworkspace, virtual
|
||||||
bind = $mainMod SHIFT, S, movetoworkspace, special:magic
|
bind = $mainMod SHIFT, S, movetoworkspace, special:virtual
|
||||||
|
bind = $mainMod, D, togglespecialworkspace, discord
|
||||||
|
bind = $mainMod SHIFT, D, movetoworkspace, special:discord
|
||||||
|
|
||||||
# Scroll through existing workspaces with mainMod + scroll
|
# Scroll through existing workspaces with mainMod + scroll
|
||||||
bind = $mainMod, mouse_down, workspace, e+1
|
bind = $mainMod, mouse_down, workspace, e+1
|
||||||
|
|||||||
@@ -1,5 +1,6 @@
|
|||||||
|
|
||||||
monitor = desc:Samsung Electric Company LC27G7xT H4ZRA00734, 2560x1440@240, 0x0, 1
|
monitor = eDP-1, 1920x1080@60, 0x0, 1
|
||||||
|
# monitor = desc:Samsung Electric Company LC27G7xT H4ZRA00734, 2560x1440@240, 0x0, 1
|
||||||
# monitorv2 {
|
# monitorv2 {
|
||||||
# desc = Samsung Electric Company LC27G7xT H4ZRA00734
|
# desc = Samsung Electric Company LC27G7xT H4ZRA00734
|
||||||
# mode = 2560x1440@240
|
# mode = 2560x1440@240
|
||||||
|
|||||||
@@ -17,6 +17,7 @@ windowrulev2=float,title:^(Open File)$
|
|||||||
windowrulev2=float,title:^(Select a File)$
|
windowrulev2=float,title:^(Select a File)$
|
||||||
windowrulev2=float,title:^(Select Folder)$
|
windowrulev2=float,title:^(Select Folder)$
|
||||||
windowrulev2=float,title:^(Choose a file)$
|
windowrulev2=float,title:^(Choose a file)$
|
||||||
|
windowrulev2=float,title:^(Choose Directory)$
|
||||||
windowrulev2=float,title:^(Save As)$
|
windowrulev2=float,title:^(Save As)$
|
||||||
windowrulev2=float,title:^(Save File)$
|
windowrulev2=float,title:^(Save File)$
|
||||||
windowrulev2=float,title:^(branchdialog)$
|
windowrulev2=float,title:^(branchdialog)$
|
||||||
@@ -29,6 +30,7 @@ windowrulev2=float,class:^(pavucontrol|blueman-manager|nm-connection-editor)$
|
|||||||
windowrulev2=size 800 600,title:^(Open File)$
|
windowrulev2=size 800 600,title:^(Open File)$
|
||||||
windowrulev2=size 800 600,title:^(Select a File)$
|
windowrulev2=size 800 600,title:^(Select a File)$
|
||||||
windowrulev2=size 800 600,title:^(Choose a file)$
|
windowrulev2=size 800 600,title:^(Choose a file)$
|
||||||
|
windowrulev2=size 800 600,title:^(Choose Directory)$
|
||||||
windowrulev2=size 800 600,title:^(Save As)$
|
windowrulev2=size 800 600,title:^(Save As)$
|
||||||
windowrulev2=size 800 600,title:^(Save File)$
|
windowrulev2=size 800 600,title:^(Save File)$
|
||||||
windowrulev2=size 800 600,title:^(branchdialog)$
|
windowrulev2=size 800 600,title:^(branchdialog)$
|
||||||
@@ -39,6 +41,7 @@ windowrulev2=size 800 600,class:^(pavucontrol|blueman-manager|nm-connection-edit
|
|||||||
windowrulev2=center,title:^(Open File)$
|
windowrulev2=center,title:^(Open File)$
|
||||||
windowrulev2=center,title:^(Select a File)$
|
windowrulev2=center,title:^(Select a File)$
|
||||||
windowrulev2=center,title:^(Choose a file)$
|
windowrulev2=center,title:^(Choose a file)$
|
||||||
|
windowrulev2=center,title:^(Choose Directory)$
|
||||||
windowrulev2=center,title:^(Save As)$
|
windowrulev2=center,title:^(Save As)$
|
||||||
windowrulev2=center,title:^(Save File)$
|
windowrulev2=center,title:^(Save File)$
|
||||||
windowrulev2=center,title:^(branchdialog)$
|
windowrulev2=center,title:^(branchdialog)$
|
||||||
@@ -49,6 +52,7 @@ windowrulev2=center,class:^(pavucontrol|blueman-manager|nm-connection-editor)$
|
|||||||
windowrulev2=noblur,title:^(Open File)$
|
windowrulev2=noblur,title:^(Open File)$
|
||||||
windowrulev2=noblur,title:^(Select a File)$
|
windowrulev2=noblur,title:^(Select a File)$
|
||||||
windowrulev2=noblur,title:^(Choose a file)$
|
windowrulev2=noblur,title:^(Choose a file)$
|
||||||
|
windowrulev2=noblur,title:^(Choose Directory)$
|
||||||
windowrulev2=noblur,title:^(Save As)$
|
windowrulev2=noblur,title:^(Save As)$
|
||||||
windowrulev2=noblur,title:^(Save File)$
|
windowrulev2=noblur,title:^(Save File)$
|
||||||
windowrulev2=noblur,title:^(branchdialog)$
|
windowrulev2=noblur,title:^(branchdialog)$
|
||||||
@@ -63,9 +67,9 @@ windowrulev2=noblur,class:^(pavucontrol|blueman-manager|nm-connection-editor)$
|
|||||||
# windowrule=workspace 3,class:^(Code)$
|
# windowrule=workspace 3,class:^(Code)$
|
||||||
|
|
||||||
|
|
||||||
windowrulev2=workspace special:magic silent,class:^(Spotify)$
|
windowrulev2=workspace special:virtual ,class:^(Spotify)$
|
||||||
windowrulev2=workspace special:magic silent,class:^(spotify)$
|
windowrulev2=workspace special:virtual ,class:^(spotify)$
|
||||||
windowrulev2=workspace special:magic silent,class:^(discord|vesktop)$
|
windowrulev2=workspace special:discord ,class:^(discord|vesktop)$
|
||||||
|
|
||||||
# steam rules
|
# steam rules
|
||||||
|
|
||||||
|
|||||||
1
systemd/user/default.target.wants/gcr-ssh-agent.service
Symbolic link
1
systemd/user/default.target.wants/gcr-ssh-agent.service
Symbolic link
@@ -0,0 +1 @@
|
|||||||
|
/usr/lib/systemd/user/gcr-ssh-agent.service
|
||||||
1
systemd/user/default.target.wants/gdrive-mount.service
Symbolic link
1
systemd/user/default.target.wants/gdrive-mount.service
Symbolic link
@@ -0,0 +1 @@
|
|||||||
|
/home/narl/.config/systemd/user/gdrive-mount.service
|
||||||
1
systemd/user/default.target.wants/pipewire-pulse.service
Symbolic link
1
systemd/user/default.target.wants/pipewire-pulse.service
Symbolic link
@@ -0,0 +1 @@
|
|||||||
|
/usr/lib/systemd/user/pipewire-pulse.service
|
||||||
1
systemd/user/default.target.wants/pipewire.service
Symbolic link
1
systemd/user/default.target.wants/pipewire.service
Symbolic link
@@ -0,0 +1 @@
|
|||||||
|
/usr/lib/systemd/user/pipewire.service
|
||||||
24
systemd/user/gdrive-mount.service
Normal file
24
systemd/user/gdrive-mount.service
Normal file
@@ -0,0 +1,24 @@
|
|||||||
|
# ~/.config/systemd/user/rclone-mount.service
|
||||||
|
|
||||||
|
[Unit]
|
||||||
|
Description=Rclone Mount for google drive
|
||||||
|
# This ensures your network is ready before it tries to mount
|
||||||
|
After=network-online.target
|
||||||
|
|
||||||
|
[Service]
|
||||||
|
# The command to start the mount.
|
||||||
|
# Replace "my-remote:" and "/path/to/local/mount" accordingly.
|
||||||
|
# The flags below are highly recommended for a good experience.
|
||||||
|
ExecStart=rclone mount google_drive: %h/gdrive \
|
||||||
|
--vfs-cache-mode writes \
|
||||||
|
--log-file /tmp/rclone.log \
|
||||||
|
--log-level INFO
|
||||||
|
|
||||||
|
# The command to unmount gracefully.
|
||||||
|
ExecStop=fusermount -u %h/gdrive
|
||||||
|
Restart=on-failure
|
||||||
|
RestartSec=10
|
||||||
|
|
||||||
|
[Install]
|
||||||
|
# This tells systemd to start the service at user login.
|
||||||
|
WantedBy=default.target
|
||||||
1
systemd/user/graphical-session.target.wants/hyprpaper.service
Symbolic link
1
systemd/user/graphical-session.target.wants/hyprpaper.service
Symbolic link
@@ -0,0 +1 @@
|
|||||||
|
/usr/lib/systemd/user/hyprpaper.service
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
/usr/lib/systemd/user/hyprpolkitagent.service
|
||||||
1
systemd/user/graphical-session.target.wants/waybar.service
Symbolic link
1
systemd/user/graphical-session.target.wants/waybar.service
Symbolic link
@@ -0,0 +1 @@
|
|||||||
|
/usr/lib/systemd/user/waybar.service
|
||||||
1
systemd/user/multi-user.target.wants/wayvnc.service
Symbolic link
1
systemd/user/multi-user.target.wants/wayvnc.service
Symbolic link
@@ -0,0 +1 @@
|
|||||||
|
/usr/lib/systemd/user/wayvnc.service
|
||||||
1
systemd/user/sockets.target.wants/gcr-ssh-agent.socket
Symbolic link
1
systemd/user/sockets.target.wants/gcr-ssh-agent.socket
Symbolic link
@@ -0,0 +1 @@
|
|||||||
|
/usr/lib/systemd/user/gcr-ssh-agent.socket
|
||||||
1
systemd/user/sockets.target.wants/pipewire-pulse.socket
Symbolic link
1
systemd/user/sockets.target.wants/pipewire-pulse.socket
Symbolic link
@@ -0,0 +1 @@
|
|||||||
|
/usr/lib/systemd/user/pipewire-pulse.socket
|
||||||
1
systemd/user/sockets.target.wants/pipewire.socket
Symbolic link
1
systemd/user/sockets.target.wants/pipewire.socket
Symbolic link
@@ -0,0 +1 @@
|
|||||||
|
/usr/lib/systemd/user/pipewire.socket
|
||||||
10
systemd/user/ssh-agent.service
Normal file
10
systemd/user/ssh-agent.service
Normal file
@@ -0,0 +1,10 @@
|
|||||||
|
[Unit]
|
||||||
|
Description=SSH key agent
|
||||||
|
|
||||||
|
[Service]
|
||||||
|
Type=forking
|
||||||
|
Environment=SSH_AUTH_SOCK=%t/ssh-agent.socket
|
||||||
|
ExecStart=/usr/bin/ssh-agent -a $SSH_AUTH_SOCK
|
||||||
|
|
||||||
|
[Install]
|
||||||
|
WantedBy=default.target
|
||||||
Reference in New Issue
Block a user