Wallpaper : make random.

This commit is contained in:
2021-12-15 22:44:27 +09:00
parent d89601a0da
commit dd87e2e583
5 changed files with 19 additions and 12 deletions

View File

@ -24,8 +24,8 @@
;;(efs/run-in-background "enpass -minimize")
;; Launch apps that will run in the background
(efs/run-in-background "fcitx")
(efs/run-in-background "dwall -p -s firewatch"))
(efs/run-in-background "fcitx"))
;;(efs/run-in-background "~/scripts/random_wallpaper.sh ~/ShareDirectory/wallpaper/karina/portrait"))
(defun efs/exwm-update-class ()
(exwm-workspace-rename-buffer exwm-class-name))
@ -94,10 +94,10 @@
([?\s-r] . exwm-reset)
;; Move between windows
([s-left] . windmove-left)
([s-right] . windmove-right)
([s-up] . windmove-up)
([s-down] . windmove-down)
([?\s-h] . windmove-left)
([?\s-l] . windmove-right)
([?\s-k] . windmove-up)
([?\s-j] . windmove-down)
;;([s-space] . toggle-frame-fullscreen)
([?\s-f] . exwm-floating-toggle-floating)

View File

@ -56,8 +56,8 @@ DesktopNames=exwm
;;(efs/run-in-background "enpass -minimize")
;; Launch apps that will run in the background
(efs/run-in-background "fcitx")
(efs/run-in-background "dwall -p -s firewatch"))
(efs/run-in-background "fcitx"))
;;(efs/run-in-background "~/scripts/random_wallpaper.sh ~/ShareDirectory/wallpaper/karina/portrait"))
(defun efs/exwm-update-class ()
(exwm-workspace-rename-buffer exwm-class-name))
@ -126,10 +126,10 @@ DesktopNames=exwm
([?\s-r] . exwm-reset)
;; Move between windows
([s-left] . windmove-left)
([s-right] . windmove-right)
([s-up] . windmove-up)
([s-down] . windmove-down)
([?\s-h] . windmove-left)
([?\s-l] . windmove-right)
([?\s-k] . windmove-up)
([?\s-j] . windmove-down)
;;([s-space] . toggle-frame-fullscreen)
([?\s-f] . exwm-floating-toggle-floating)

View File

@ -14,4 +14,5 @@ export DISPLAY=$VETHER_IP:10.0
rm ~/.emacs.d/emacs.el
picom -b --config $HOME/.xmonad/scripts/picom.conf &
~/scripts/random_wallpaper.sh ~/ShareDirectory/wallpaper/karina/portrait
exec dbus-launch --exit-with-session emacs -mm --debug-init -l ~/.emacs.d/desktop.el

2
.zshrc
View File

@ -28,3 +28,5 @@ alias ytv-best="youtube-dl -f bestvideo+bestaudio "
#alias fix-key="[ -d ~/.gnupg ] || mkdir ~/.gnupg ; cp /etc/pacman.d/gnupg/gpg.conf ~/.gnupg/ ; echo 'done'"
figlet -w 100 "JaeUs-Device"
cat ~/.cache/wal/sequences &

View File

@ -13,6 +13,10 @@ $git_email = "cpu3792@gmail.com"
# Change KeyMap (Capslock to ctrl key)
reg add "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Keyboard Layout" /v "Scancode Map" /t REG_BINARY /d 0000000000000000020000001d003a0000000000 /f
#+end_src
*** Win + L 비활성화
#+begin_src shell
reg add "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\System" /v "DisableLockWorkstation" /t REG_DWORD /d 1 /f
#+end_src
*** Chocolatey 설치
#+begin_src shell
Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072; iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))