Skip to content

Commit

Permalink
aaaaaa
Browse files Browse the repository at this point in the history
  • Loading branch information
harrythezomby committed Mar 21, 2024
1 parent eaa6d74 commit 5096c00
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 9 deletions.
4 changes: 2 additions & 2 deletions hypr/parts/default-exec.conf
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ exec-once = waypaper --restore
exec-once = /usr/lib/polkit-kde-authentication-agent-1
exec-once = copyq --start-server
exec-once = fcitx5
exec-once = joplin-desktop
exec-once = flatpak run net.cozic.joplin_desktop
exec-once = easyeffects --gapplication-service
exec-once = powerprofilesctl set balanced
exec-once = hypridle

# Melbourne
exec-once = wlsunset -l 37.9989 -L 145.1744
exec-once = wlsunset -l 37.9989 -L 145.1744
4 changes: 2 additions & 2 deletions hypr/parts/env-vars.conf
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
env = XCURSOR_SIZE,24
env = WLR_NO_HARDWARE_CURSORS,1
env = QT_QPA_PLATFORM,wayland
env = QT_QPA_PLATFORMTHEME,qt5ct
env = QT_QPA_PLATFORMTHEME,qt6ct
env = GTK_IM_MODULE,fcitx
env = QT_IM_MODULE,fcitx
env = XMODIFIERS,@im=fcitx

env = TERM,"kitty"
env = TERMINAL,"kitty"
env = TERMINAL,"kitty"
4 changes: 2 additions & 2 deletions hypr/parts/launcher-binds.conf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ $mainMod = SUPER

# Program Launch Binds
bind = $mainMod, Q, exec, kitty
bind = $mainMod, E, exec, nautilus
bind = $mainMod, E, exec, dolphin
bind = $mainMod, J, exec, joplin-desktop

# Restart stuff
Expand All @@ -15,4 +15,4 @@ bind = $mainMod, R, exec, rofi -show drun -sidebar-mode
bind = $mainMod, N, exec, swaync-client -t
bind = $mainMod, P, exec, rofi -show power-menu -modi power-menu:rofi-power-menu
bind = $mainMod SHIFT, R, exec, rofi -show filebrowser
bind = $mainMod SHIFT, V, exec, bash -c '~/.config/ags/scripts/rofi-vmmenu.sh'
bind = $mainMod SHIFT, V, exec, bash -c '~/.config/ags/scripts/rofi-vmmenu.sh'
3 changes: 2 additions & 1 deletion hypr/parts/pc.conf
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,5 @@ env = WLR_DRM_DEVICES,/dev/dri/card0

# Start Programs
exec-once = openrgb --startminimized
exec-once = spotify
exec-once = strawberry
exec-once = flatpak run com.discordapp.Discord
4 changes: 2 additions & 2 deletions hypr/parts/windowrules.conf
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ windowrulev2 = opacity 0.90 0.90,class:^(org.strawberrymusicplayer.strawberry|Yo
windowrulev2 = opacity 0.80 0.80,class:^(discord|Joplin)$

#A lot
windowrulev2 = opacity 0.75 0.75,class:^(virt-manager|Youtube Music|Spotify|org.gnome.Nautilus|org.kde.polkit-kde-authentication-agent-1)$
windowrulev2 = opacity 0.75 0.75,class:^(virt-manager|Youtube Music|Spotify|org.gnome.Nautilus|org.kde.polkit-kde-authentication-agent-1|org.kde.dolphin)$

#more
windowrulev2 = opacity 0.65 0.65,class:^(kitty|rofi)
Expand All @@ -15,4 +15,4 @@ windowrulev2 = opacity 0.65 0.65,class:^(kitty|rofi)
# Other Windowrules
windowrulev2 = float,class:^(pavucontrol|blueman-manager|nm-connection-editor|org.kde.polkit-kde-authentication-agent-1)
windowrulev2 = size 50% 50%,class:^(pavucontrol|blueman-manager|nm-connection-editor)
windowrulev2 = move 49% 35,class:^(pavucontrol|blueman-manager|nm-connection-editor)
windowrulev2 = move 49% 35,class:^(pavucontrol|blueman-manager|nm-connection-editor)

0 comments on commit 5096c00

Please sign in to comment.