mirror of
http://github.com/JaeUs3792/dotfiles
synced 2025-12-14 08:01:35 +09:00
Wallpaper : make random.
This commit is contained in:
@ -24,8 +24,8 @@
|
|||||||
;;(efs/run-in-background "enpass -minimize")
|
;;(efs/run-in-background "enpass -minimize")
|
||||||
|
|
||||||
;; Launch apps that will run in the background
|
;; Launch apps that will run in the background
|
||||||
(efs/run-in-background "fcitx")
|
(efs/run-in-background "fcitx"))
|
||||||
(efs/run-in-background "dwall -p -s firewatch"))
|
;;(efs/run-in-background "~/scripts/random_wallpaper.sh ~/ShareDirectory/wallpaper/karina/portrait"))
|
||||||
|
|
||||||
(defun efs/exwm-update-class ()
|
(defun efs/exwm-update-class ()
|
||||||
(exwm-workspace-rename-buffer exwm-class-name))
|
(exwm-workspace-rename-buffer exwm-class-name))
|
||||||
@ -94,10 +94,10 @@
|
|||||||
([?\s-r] . exwm-reset)
|
([?\s-r] . exwm-reset)
|
||||||
|
|
||||||
;; Move between windows
|
;; Move between windows
|
||||||
([s-left] . windmove-left)
|
([?\s-h] . windmove-left)
|
||||||
([s-right] . windmove-right)
|
([?\s-l] . windmove-right)
|
||||||
([s-up] . windmove-up)
|
([?\s-k] . windmove-up)
|
||||||
([s-down] . windmove-down)
|
([?\s-j] . windmove-down)
|
||||||
|
|
||||||
;;([s-space] . toggle-frame-fullscreen)
|
;;([s-space] . toggle-frame-fullscreen)
|
||||||
([?\s-f] . exwm-floating-toggle-floating)
|
([?\s-f] . exwm-floating-toggle-floating)
|
||||||
|
|||||||
@ -56,8 +56,8 @@ DesktopNames=exwm
|
|||||||
;;(efs/run-in-background "enpass -minimize")
|
;;(efs/run-in-background "enpass -minimize")
|
||||||
|
|
||||||
;; Launch apps that will run in the background
|
;; Launch apps that will run in the background
|
||||||
(efs/run-in-background "fcitx")
|
(efs/run-in-background "fcitx"))
|
||||||
(efs/run-in-background "dwall -p -s firewatch"))
|
;;(efs/run-in-background "~/scripts/random_wallpaper.sh ~/ShareDirectory/wallpaper/karina/portrait"))
|
||||||
|
|
||||||
(defun efs/exwm-update-class ()
|
(defun efs/exwm-update-class ()
|
||||||
(exwm-workspace-rename-buffer exwm-class-name))
|
(exwm-workspace-rename-buffer exwm-class-name))
|
||||||
@ -126,10 +126,10 @@ DesktopNames=exwm
|
|||||||
([?\s-r] . exwm-reset)
|
([?\s-r] . exwm-reset)
|
||||||
|
|
||||||
;; Move between windows
|
;; Move between windows
|
||||||
([s-left] . windmove-left)
|
([?\s-h] . windmove-left)
|
||||||
([s-right] . windmove-right)
|
([?\s-l] . windmove-right)
|
||||||
([s-up] . windmove-up)
|
([?\s-k] . windmove-up)
|
||||||
([s-down] . windmove-down)
|
([?\s-j] . windmove-down)
|
||||||
|
|
||||||
;;([s-space] . toggle-frame-fullscreen)
|
;;([s-space] . toggle-frame-fullscreen)
|
||||||
([?\s-f] . exwm-floating-toggle-floating)
|
([?\s-f] . exwm-floating-toggle-floating)
|
||||||
|
|||||||
@ -14,4 +14,5 @@ export DISPLAY=$VETHER_IP:10.0
|
|||||||
|
|
||||||
rm ~/.emacs.d/emacs.el
|
rm ~/.emacs.d/emacs.el
|
||||||
picom -b --config $HOME/.xmonad/scripts/picom.conf &
|
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
|
exec dbus-launch --exit-with-session emacs -mm --debug-init -l ~/.emacs.d/desktop.el
|
||||||
|
|||||||
2
.zshrc
2
.zshrc
@ -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'"
|
#alias fix-key="[ -d ~/.gnupg ] || mkdir ~/.gnupg ; cp /etc/pacman.d/gnupg/gpg.conf ~/.gnupg/ ; echo 'done'"
|
||||||
|
|
||||||
figlet -w 100 "JaeUs-Device"
|
figlet -w 100 "JaeUs-Device"
|
||||||
|
|
||||||
|
cat ~/.cache/wal/sequences &
|
||||||
|
|||||||
@ -13,6 +13,10 @@ $git_email = "cpu3792@gmail.com"
|
|||||||
# Change KeyMap (Capslock to ctrl key)
|
# 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
|
reg add "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Keyboard Layout" /v "Scancode Map" /t REG_BINARY /d 0000000000000000020000001d003a0000000000 /f
|
||||||
#+end_src
|
#+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 설치
|
*** Chocolatey 설치
|
||||||
#+begin_src shell
|
#+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'))
|
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'))
|
||||||
|
|||||||
Reference in New Issue
Block a user