Skip to content

Commit

Permalink
use symlinked hypr configs
Browse files Browse the repository at this point in the history
  • Loading branch information
keystroke3 committed May 15, 2024
1 parent d5b1cd3 commit 1fc9c7e
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .config/hypr/keybinds.conf
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,10 @@ bind = SUPER SHIFT, O, exec, ~/.bin/vpntoggle choose
# ▀▄▀▄▀ █ █░▀█ █▄▀ █▄█ ▀▄▀▄▀   █░▀░█ █▀█ █░▀█ █▀█ █▄█ █░▀░█ ██▄ █░▀█ ░█░
bind = SUPER SHIFT, Q, killactive
bind = SUPER SHIFT, M, exit
bind = SUPER, F, exec, $hyprman fullscreen
bind = SUPER, F, fullscreen
bind = SUPER, I, exec, $hyprman minimize
bind = SUPER SHIFT, I, exec, $hyprman restore
bind = SUPER, V, exec, $hyprman fullscreen 1
bind = SUPER, V, fullscreen, 1
bind = SUPER, S, togglefloating
bind = SUPER, W, pin
bind = SUPER, W, pin, deactivate
Expand Down
2 changes: 2 additions & 0 deletions .config/hypr/startup.conf
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,7 @@ exec-once = copyq
exec-once = /usr/lib/kdeconnectd
exec-once = /usr/bin/kdeconnect-indicator
exec-once = ~/.bin/startmail
exec-once = xrdb -load ~/.Xresources
# exec-once = wl-paste --type text --watch cliphist store # clipboard store text data
# exec-once = wl-paste --type image --watch cliphist store # clipboard store image data
exec-once = auto_media
2 changes: 1 addition & 1 deletion .config/hypr/windowrule.conf
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# Position
windowrulev2 = float,class:^(org.kde.polkit-kde-authentication-agent-1)$
windowrulev2 = float,class:^(showmethekey-gtk)$
# windowrulev2 = float,class:^(mpv)$
windowrulev2 = float,class:^(mpv)$
windowrulev2 = move 74.6% 74.5%, class:^(mpv)$
windowrulev2 = pin, class:^(mpv)$
windowrulev2 = float,class:^(pavucontrol)$
Expand Down
2 changes: 1 addition & 1 deletion .config/waybar/config.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@
]
},
"memory": {
"format": " {}%",
"format": " {}%",
"format-alt": " {used}/{total} GiB",
"interval": 5
},
Expand Down
2 changes: 1 addition & 1 deletion .config/waybar/scripts/vpnstatus
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ if ip a | grep -iE 'tun|proton' -q;then
fi
# printf " $(ps -p $(pgrep -f openvpn) -o cmd --no-headers | cut -d' ' -f3 | rev | cut -d'/' -f1 | rev | cut -d'.' -f1 | tr '[:lower:]' '[:upper:]')"
else
[ -f /tmp/last_cc ] && rm /tmp/lastvpn
[ -f /tmp/last_cc ] && rm /tmp/last_cc
printf ""
fi

1 change: 1 addition & 0 deletions packages.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,4 @@ cronie
bind
7zip
distutils
wakeonlan

0 comments on commit 1fc9c7e

Please sign in to comment.