Compare commits
2 Commits
761b4e2bac
...
3e402bbfe3
| Author | SHA1 | Date | |
|---|---|---|---|
| 3e402bbfe3 | |||
| 2ae4e39809 |
@@ -19,6 +19,7 @@ $fileManager = thunar
|
|||||||
$menu = $HOME/.config/rofi/launchers/type-1/launcher.sh & swaync-client -cp
|
$menu = $HOME/.config/rofi/launchers/type-1/launcher.sh & swaync-client -cp
|
||||||
$recorder = $HOME/.config/rofi/scripts/dmenu_recorder.sh
|
$recorder = $HOME/.config/rofi/scripts/dmenu_recorder.sh
|
||||||
$powermenu = $HOME/.config/rofi/scripts/dmenu_powermenu.sh
|
$powermenu = $HOME/.config/rofi/scripts/dmenu_powermenu.sh
|
||||||
|
$powermodemenu = $HOME/.config/rofi/scripts/dmenu_powermodemenu.sh
|
||||||
$browser = env GTK_THEME=Adwaita:light zen-browser
|
$browser = env GTK_THEME=Adwaita:light zen-browser
|
||||||
$privateBrowser = env GTK_THEME=Adwaita:light zen-browser --private-window
|
$privateBrowser = env GTK_THEME=Adwaita:light zen-browser --private-window
|
||||||
$notificationCenter = pkill rofi & swaync-client -t -sw || notify-send --hint int:transient:1 "Error SwayNC is down"
|
$notificationCenter = pkill rofi & swaync-client -t -sw || notify-send --hint int:transient:1 "Error SwayNC is down"
|
||||||
@@ -522,7 +523,7 @@ bind = $mainMod, B, exec, ~/.config/hypr/scripts/reserved_space.sh
|
|||||||
bind = $mainMod CTRL, C, exec, ~/.config/hypr/scripts/cpufreq.sh
|
bind = $mainMod CTRL, C, exec, ~/.config/hypr/scripts/cpufreq.sh
|
||||||
|
|
||||||
# Cycle power mode
|
# Cycle power mode
|
||||||
bind = $mainMod CTRL, V, exec, ~/.config/hypr/scripts/power_profile.sh
|
bind = $mainMod CTRL, V, exec, pkill rofi || $powermodemenu &
|
||||||
|
|
||||||
# Pin window
|
# Pin window
|
||||||
bind = $mainMod CTRL, Y, pin, active
|
bind = $mainMod CTRL, Y, pin, active
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
alias cringeprox="nohup ~/.config/bspwm/proxy.sh > /dev/null 2>&1 &"
|
alias cringeprox="nohup ~/.config/hypr/scripts/toggle_proxy.sh > /dev/null 2>&1 &"
|
||||||
alias recringe="nohup ~/.config/bspwm/proxy.sh > /dev/null 2>&1 && nohup ~/.config/bspwm/proxy.sh > /dev/null 2>&1 &"
|
alias recringe="nohup ~/.config/bspwm/proxy.sh > /dev/null 2>&1 && nohup ~/.config/bspwm/proxy.sh > /dev/null 2>&1 &"
|
||||||
alias dak="(source /home/greg/.venv312/bin/activate && python -m duck_chat)"
|
alias dak="(source /home/greg/.venv312/bin/activate && python -m duck_chat)"
|
||||||
alias dlpmuzanon="yt-dlp -x -f bestaudio --ignore-errors --continue --no-overwrites"
|
alias dlpmuzanon="yt-dlp -x -f bestaudio --ignore-errors --continue --no-overwrites"
|
||||||
@@ -64,11 +64,4 @@ alias vim="nvim"
|
|||||||
alias pentagon="~/Dev/Appimages/edexui.AppImage"
|
alias pentagon="~/Dev/Appimages/edexui.AppImage"
|
||||||
alias lockswww='echo 1 > $HOME/.config/hypr/conditions/lock_wallpaper'
|
alias lockswww='echo 1 > $HOME/.config/hypr/conditions/lock_wallpaper'
|
||||||
alias unlockswww='echo 0 > $HOME/.config/hypr/conditions/lock_wallpaper'
|
alias unlockswww='echo 0 > $HOME/.config/hypr/conditions/lock_wallpaper'
|
||||||
alias brainless_commit='
|
alias golint="crlfmt -w -ignore '\.(pb(\.gw)?)|(\.[eo]g)\.go|/testdata/|^sql/parser/sql\.go$|_generated(_test)?\.go$' ."
|
||||||
echo "" > /tmp/brainless_commit;
|
|
||||||
echo "$(cat $HOME/Dev/Prompts/commit.txt) $(git status -v)" > /tmp/brainless_commit;
|
|
||||||
commit_message=$(cat /tmp/brainless_commit | tgpt -q -w);
|
|
||||||
echo "$commit_message" > /tmp/brainless_commit;
|
|
||||||
nvim /tmp/brainless_commit;
|
|
||||||
git commit -m "$(cat /tmp/brainless_commit)"
|
|
||||||
'
|
|
||||||
|
|||||||
Reference in New Issue
Block a user