This commit is contained in:
Mira Velturu 2023-11-24 15:44:17 -05:00
parent a0880f22e9
commit b0f4176c7e
5 changed files with 54 additions and 48 deletions

View file

@ -23,7 +23,7 @@
# available, otherwise `xterm-256color` is used. # available, otherwise `xterm-256color` is used.
#TERM: alacritty #TERM: alacritty
#window: window:
# Window dimensions (changes require restart) # Window dimensions (changes require restart)
# #
# Number of lines/columns (not pixels) in the terminal. Both lines and columns # Number of lines/columns (not pixels) in the terminal. Both lines and columns
@ -68,7 +68,7 @@
# #
# Window opacity as a floating point number from `0.0` to `1.0`. # Window opacity as a floating point number from `0.0` to `1.0`.
# The value `0.0` is completely transparent and `1.0` is opaque. # The value `0.0` is completely transparent and `1.0` is opaque.
#opacity: 1.0 opacity: 0.9
# Startup Mode (changes require restart) # Startup Mode (changes require restart)
# #

@ -1 +1 @@
Subproject commit c40f0d7ada08c1219f52c294b3d9024feed83c93 Subproject commit c71623380f061609d357fb5a90a15a35eb646d64

View file

@ -5,11 +5,11 @@
# homedir-relative path, or XDG_xxx_DIR="/yyy", where /yyy is an # homedir-relative path, or XDG_xxx_DIR="/yyy", where /yyy is an
# absolute path. No other format is supported. # absolute path. No other format is supported.
# #
XDG_DESKTOP_DIR="$HOME/Desktop" XDG_DESKTOP_DIR="$HOME/"
XDG_DOWNLOAD_DIR="$HOME/Downloads" XDG_DOWNLOAD_DIR="$HOME/Downloads"
XDG_TEMPLATES_DIR="$HOME/Templates" XDG_TEMPLATES_DIR="$HOME/"
XDG_PUBLICSHARE_DIR="$HOME/Public" XDG_PUBLICSHARE_DIR="$HOME/"
XDG_DOCUMENTS_DIR="$HOME/Documents" XDG_DOCUMENTS_DIR="$HOME/"
XDG_MUSIC_DIR="$HOME/Music" XDG_MUSIC_DIR="$HOME/Music"
XDG_PICTURES_DIR="$HOME/Pictures" XDG_PICTURES_DIR="$HOME/Pictures"
XDG_VIDEOS_DIR="$HOME/Videos" XDG_VIDEOS_DIR="$HOME/"

View file

@ -40,6 +40,8 @@ include "keybinds"
#border size #border size
default_border normal 1 default_border normal 1
gaps inner 10
# polkit # polkit
exec_always --no-startup-id /usr/bin/lxqt-policykit-agent exec_always --no-startup-id /usr/bin/lxqt-policykit-agent
#notif daemon #notif daemon
@ -47,4 +49,5 @@ exec_always swhks &
exec_always dunst & exec_always dunst &
exec nm-tray exec nm-tray
exec fcitx5 exec_always fcitx5
exec_always wl-paste --watch cliphist store

View file

@ -47,3 +47,6 @@ shift + print
ctrl + print ctrl + print
flameshot gui -c -p "/home/mira/Pictures/screenshots/" flameshot gui -c -p "/home/mira/Pictures/screenshots/"
super + shift + v
cliphist list | rofi -dmenu -p "Select item to copy" -lines 10 -width 35 -theme lunar-witch | cliphist decode | wl-copy