idc changed a lot of files
This commit is contained in:
parent
628baf3eea
commit
94d2955ab0
31 changed files with 267 additions and 80 deletions
|
|
@ -1,7 +1,7 @@
|
|||
set -x
|
||||
|
||||
# setxkbmap -layout us,ru -option grp:win_space_toggle
|
||||
xwallpaper --zoom ${HOME}/.local/share/wallpaper/wallpaper.png
|
||||
xwallpaper --zoom "${HOME}"/.local/share/wallpaper/wallpaper.png
|
||||
|
||||
launch() {
|
||||
cmd="$1"
|
||||
|
|
@ -13,10 +13,7 @@ launch() {
|
|||
xrdb -merge ~/.Xresources
|
||||
|
||||
launch xsettingsd &
|
||||
# launch picom --config="${HOME}/.config/picom.conf" &
|
||||
launch copyq &
|
||||
launch dunst &
|
||||
launch flameshot &
|
||||
launch dwmblocks &
|
||||
|
||||
# vim: ft=bash
|
||||
# vim: ft=sh
|
||||
|
|
|
|||
5
.config/X11/runonce
Executable file
5
.config/X11/runonce
Executable file
|
|
@ -0,0 +1,5 @@
|
|||
clipmenud &
|
||||
flameshot &
|
||||
easyeffects --gapplication-service &
|
||||
|
||||
# vim: ft=sh
|
||||
|
|
@ -1,11 +1,10 @@
|
|||
systemctl --user import-environment DISPLAY
|
||||
|
||||
set -a
|
||||
|
||||
TERMINAL=/usr/bin/alacritty
|
||||
TERM=/usr/bin/alacritty
|
||||
_JAVA_AWT_WM_NONREPARENTING=1
|
||||
_JAVA_AWT_WM_NONREPARENTING=1
|
||||
AWT_TOOLKIT=MToolkit
|
||||
QT_ENABLE_HIGHDPI_SCALING=1
|
||||
|
||||
MOZ_USE_XINPUT2=1
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue