clippy
This commit is contained in:
parent
4ed2e0831b
commit
d0cd3783cf
|
@ -45,6 +45,7 @@ alias r="ranger"
|
||||||
alias grep='grep --colour=auto'
|
alias grep='grep --colour=auto'
|
||||||
alias cdd='. ~/scripts/project_picker.sh'
|
alias cdd='. ~/scripts/project_picker.sh'
|
||||||
alias configedit='. ~/scripts/config_edit.sh'
|
alias configedit='. ~/scripts/config_edit.sh'
|
||||||
|
alias clip='cliphist list | fzf --no-sort | cliphist decode | wl-copy'
|
||||||
|
|
||||||
# expand path
|
# expand path
|
||||||
PATH=/usr/local/bin:/usr/bin/:/usr/sbin
|
PATH=/usr/local/bin:/usr/bin/:/usr/sbin
|
||||||
|
|
|
@ -23,6 +23,7 @@ $menu = rofi -theme /home/clint/.config/wofi/test3.rasi -show drun
|
||||||
# Autostart necessary processes (like notifications daemons, status bars, etc.)
|
# Autostart necessary processes (like notifications daemons, status bars, etc.)
|
||||||
# Or execute your favorite apps at launch like this:
|
# Or execute your favorite apps at launch like this:
|
||||||
exec-once = waybar & hyprpaper
|
exec-once = waybar & hyprpaper
|
||||||
|
exec-once = wl-paste --watch cliphist store
|
||||||
|
|
||||||
#############################
|
#############################
|
||||||
### ENVIRONMENT VARIABLES ###
|
### ENVIRONMENT VARIABLES ###
|
||||||
|
@ -166,6 +167,7 @@ bind = $mainMod, P, exec, ~/scripts/hypr_change_wallpaper.sh
|
||||||
bind = $mainMod, L, exec, hyprlock
|
bind = $mainMod, L, exec, hyprlock
|
||||||
bind = $mainMod, F, fullscreen
|
bind = $mainMod, F, fullscreen
|
||||||
bind = $mainMod, X, exec, ~/scripts/hypr_shutdown.sh
|
bind = $mainMod, X, exec, ~/scripts/hypr_shutdown.sh
|
||||||
|
bind = $mainMod, H, exec, cliphist list | rofi -theme /home/clint/.config/wofi/test3.rasi -dmenu | cliphist decode | wl-copy
|
||||||
|
|
||||||
# Move focus with mainMod + arrow keys
|
# Move focus with mainMod + arrow keys
|
||||||
bind = $mainMod, left, movefocus, l
|
bind = $mainMod, left, movefocus, l
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# BACKGROUND
|
# BACKGROUND
|
||||||
background {
|
background {
|
||||||
monitor =
|
monitor =
|
||||||
path = /home/clint/Pictures/wallpapers/castle2.jpg
|
path = /home/clint/Pictures/wallpapers/redtrees.jpg
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
preload =
|
preload =
|
||||||
wallpaper = HDMI-A-1, /home/clint/Pictures/wallpapers/memory_excellence.png
|
wallpaper = HDMI-A-1, /home/clint/Pictures/wallpapers/forest.jpg
|
||||||
wallpaper = DP-2, /home/clint/Pictures/wallpapers/memory_excellence.png
|
wallpaper = DP-2, /home/clint/Pictures/wallpapers/forest.jpg
|
||||||
|
|
||||||
#enable splash text rendering over the wallpaper
|
#enable splash text rendering over the wallpaper
|
||||||
splash = false
|
splash = false
|
||||||
|
|
Loading…
Reference in New Issue