Compare commits
No commits in common. "62d7ed7d440614997238d0a49c3b59780e127582" and "dfecb79f00974dab79aa0b5708fcc725e901e7ee" have entirely different histories.
62d7ed7d44
...
dfecb79f00
|
|
@ -33,7 +33,7 @@
|
|||
<name>Degoogle</name>
|
||||
<submenu></submenu>
|
||||
<unique-id>1685216951025684-1</unique-id>
|
||||
<command>~/.local/bin/scripts/degoogle %F</command>
|
||||
<command>~/.scripts/degoogle %F</command>
|
||||
<description>Convert WebP and WebM to PNG and MP4 respectively</description>
|
||||
<range>*</range>
|
||||
<patterns>*.webp;*.webm</patterns>
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
fish_add_path ~/.local/bin/scripts
|
||||
fish_add_path ~/.scripts
|
||||
|
||||
# Make square jpg (for covert art)
|
||||
function pic2jsq
|
||||
|
|
|
|||
|
|
@ -20,8 +20,6 @@ alias t tree
|
|||
alias htop 'btm -b'
|
||||
|
||||
# Replace rm with trash-cli
|
||||
function rm
|
||||
echo Please use trm instead of `rm`. If you want to forcefully, recursively remove a file/directory, use `trmf`.
|
||||
end
|
||||
alias rm 'echo Please use trm instead of `rm`. If you want to forcefully, recursively remove a file/directory, use `trmf`.'
|
||||
alias trm trash-put
|
||||
alias trmf '/usr/bin/rm -rfv'
|
||||
|
|
|
|||
|
|
@ -7,4 +7,4 @@ exec-once = swayidle -w &
|
|||
exec-once = wl-paste -t text --watch clipman store --no-persist &
|
||||
exec-once = /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1 &
|
||||
exec-once = dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP &
|
||||
exec-once = ~/.local/bin/scripts/system/random-wallpaper 15 ~/.wallpapers &
|
||||
exec-once = ~/.scripts/system/random-wallpaper 15 ~/.wallpapers &
|
||||
|
|
|
|||
|
|
@ -25,17 +25,17 @@ bind = $smod, down, movewindow, d
|
|||
bind = $mmod, Return, exec, footclient
|
||||
bind = $mmod, F, exec, pkill fsearch; fsearch
|
||||
bind = $smod, D, exec, wofi --show drun
|
||||
bind = $smod, X, exec, ~/.local/bin/scripts/system/screenlock
|
||||
bind = $smod, S, exec, ~/.local/bin/scripts/grimshot
|
||||
bind = , Print, exec, ~/.local/bin/scripts/grimshot -f
|
||||
bind = $smod, Escape, exec, ~/.local/bin/scripts/system/wofi-session
|
||||
bind = $smod, X, exec, ~/.scripts/system/screenlock
|
||||
bind = $smod, S, exec, ~/.scripts/grimshot
|
||||
bind = , Print, exec, ~/.scripts/grimshot -f
|
||||
bind = $smod, Escape, exec, ~/.scripts/system/wofi-session
|
||||
bindle = , XF86AudioRaiseVolume, exec, swayosd --output-volume raise
|
||||
bindle = , XF86AudioLowerVolume, exec, swayosd --output-volume lower
|
||||
bindl = , XF86AudioPlay, exec, playerctl play-pause
|
||||
bind = , Caps_Lock, exec, sleep 0.2 && swayosd --caps-lock
|
||||
bind = $mmod, V, exec, clipman pick -t wofi
|
||||
bind = $smod, P, exec, ~/.local/bin/scripts/colorpicker
|
||||
bind = $smod, K, exec, ~/.local/bin/scripts/system/kblayout-picker
|
||||
bind = $smod, P, exec, ~/.scripts/colorpicker
|
||||
bind = $smod, K, exec, ~/.scripts/system/kblayout-picker
|
||||
bind = $smod, Tab, exec, footclient -a sysmonitor btm -b
|
||||
|
||||
# Change current workspace
|
||||
|
|
|
|||
|
|
@ -124,6 +124,6 @@
|
|||
},
|
||||
"hyprland/language": {
|
||||
"format": " {}",
|
||||
"on-click-right": "~/.local/bin/scripts/system/kblayout-picker"
|
||||
"on-click-right": "~/.scripts/system/kblayout-picker"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@
|
|||
.gnupg
|
||||
.gtkrc-2.0
|
||||
.hyprland
|
||||
.local/bin/*
|
||||
.local/bin
|
||||
.local/share/*
|
||||
.local/state
|
||||
.minecraft
|
||||
|
|
@ -68,6 +68,5 @@ go
|
|||
!.config/xfce4
|
||||
.config/xfce4/xfconf/
|
||||
!.config/xsettingsd
|
||||
!.local/bin/scripts/
|
||||
!.local/share/applications
|
||||
!.local/share/dotfiles
|
||||
|
|
|
|||
Loading…
Reference in New Issue