mirror of
http://github.com/JaeUs3792/dotfiles
synced 2025-12-14 08:01:35 +09:00
mv directory, and some fix.🔨
This commit is contained in:
@ -14,16 +14,16 @@ scrolling:
|
|||||||
history: 10000
|
history: 10000
|
||||||
font:
|
font:
|
||||||
normal:
|
normal:
|
||||||
family: Mononoki Nerd Font
|
family: Monospace
|
||||||
style: Regular
|
style: Regular
|
||||||
bold:
|
bold:
|
||||||
family: Mononoki Nerd Font
|
family: Monospace
|
||||||
style: Bold
|
style: Bold
|
||||||
italic:
|
italic:
|
||||||
family: Mononoki Nerd Font
|
family: Monospace
|
||||||
style: Italic
|
style: Italic
|
||||||
bold_italic:
|
bold_italic:
|
||||||
family: Mononoki Nerd Font
|
family: Monospace
|
||||||
style: Bold Italic
|
style: Bold Italic
|
||||||
# Point size
|
# Point size
|
||||||
size: 11.0
|
size: 11.0
|
||||||
|
|||||||
@ -19,16 +19,3 @@
|
|||||||
(setq tab-width 4) ; or any other preferred value
|
(setq tab-width 4) ; or any other preferred value
|
||||||
(defvaralias 'c-basic-offset 'tab-width)
|
(defvaralias 'c-basic-offset 'tab-width)
|
||||||
(defvaralias 'cperl-indent-level 'tab-width)
|
(defvaralias 'cperl-indent-level 'tab-width)
|
||||||
(custom-set-variables
|
|
||||||
;; custom-set-variables was added by Custom.
|
|
||||||
;; If you edit it by hand, you could mess it up, so be careful.
|
|
||||||
;; Your init file should contain only one such instance.
|
|
||||||
;; If there is more than one, they won't work right.
|
|
||||||
'(org-agenda-files nil)
|
|
||||||
'(package-selected-packages '(no-littering doom-themes evil-numbers use-package)))
|
|
||||||
(custom-set-faces
|
|
||||||
;; custom-set-faces was added by Custom.
|
|
||||||
;; If you edit it by hand, you could mess it up, so be careful.
|
|
||||||
;; Your init file should contain only one such instance.
|
|
||||||
;; If there is more than one, they won't work right.
|
|
||||||
)
|
|
||||||
|
Before Width: | Height: | Size: 165 KiB After Width: | Height: | Size: 165 KiB |
|
Before Width: | Height: | Size: 3.4 KiB After Width: | Height: | Size: 3.4 KiB |
7
.gitignore
vendored
7
.gitignore
vendored
@ -1,9 +1,2 @@
|
|||||||
.ssh/*
|
.ssh/*
|
||||||
!.ssh/config
|
!.ssh/config
|
||||||
|
|
||||||
.emacs.d/*
|
|
||||||
!.emacs.d/desktop.org
|
|
||||||
!.emacs.d/emacs.org
|
|
||||||
!.emacs.d/init.el
|
|
||||||
!.emacs.d/exwm/
|
|
||||||
|
|
||||||
|
|||||||
0
.xmonad/scripts/autostart.sh
Normal file → Executable file
0
.xmonad/scripts/autostart.sh
Normal file → Executable file
@ -503,7 +503,7 @@ main = do
|
|||||||
-- xmproc0 <- spawnPipe "xmobar -x 0 $HOME/.config/xmobar/xmobarrc_desktop_qhd"
|
-- xmproc0 <- spawnPipe "xmobar -x 0 $HOME/.config/xmobar/xmobarrc_desktop_qhd"
|
||||||
-- xmproc1 <- spawnPipe "xmobar -x 1 $HOME/.config/xmobar/xmobarrc_desktop_fhd"
|
-- xmproc1 <- spawnPipe "xmobar -x 1 $HOME/.config/xmobar/xmobarrc_desktop_fhd"
|
||||||
xmproc0 <- spawnPipe "xmobar -x 2 $HOME/.config/xmobar/xmobarrc_labtop_fhd"
|
xmproc0 <- spawnPipe "xmobar -x 2 $HOME/.config/xmobar/xmobarrc_labtop_fhd"
|
||||||
xmproc0 <- spawnPipe "polyb
|
-- xmproc0 <- spawnPipe "polyb
|
||||||
-- the xmonad, ya know...what the WM is named after!
|
-- the xmonad, ya know...what the WM is named after!
|
||||||
xmonad $ ewmh def
|
xmonad $ ewmh def
|
||||||
{ manageHook = ( isFullscreen --> doFullFloat ) <+> myManageHook <+> manageDocks
|
{ manageHook = ( isFullscreen --> doFullFloat ) <+> myManageHook <+> manageDocks
|
||||||
@ -527,10 +527,10 @@ main = do
|
|||||||
, focusedBorderColor = myFocusColor
|
, focusedBorderColor = myFocusColor
|
||||||
, logHook = dynamicLogWithPP $ namedScratchpadFilterOutWorkspacePP $ xmobarPP
|
, logHook = dynamicLogWithPP $ namedScratchpadFilterOutWorkspacePP $ xmobarPP
|
||||||
-- the following variables beginning with 'pp' are settings for xmobar.
|
-- the following variables beginning with 'pp' are settings for xmobar.
|
||||||
{ ppOutput = \x -> hPutStrLn xmproc0 x -- xmobar on monitor 1
|
{ -- ppOutput = \x -> hPutStrLn xmproc0 x -- xmobar on monitor 1
|
||||||
-- >> hPutStrLn xmproc1 x -- xmobar on monitor 2
|
-- >> hPutStrLn xmproc1 x -- xmobar on monitor 2
|
||||||
-- >> hPutStrLn xmproc2 x -- xmobar on monitor 3
|
-- >> hPutStrLn xmproc2 x -- xmobar on monitor 3
|
||||||
, ppCurrent = xmobarColor "#FFFFFF" "" . wrap "●" "" -- Current workspace
|
ppCurrent = xmobarColor "#FFFFFF" "" . wrap "●" "" -- Current workspace
|
||||||
, ppVisible = xmobarColor "#c0a79a" "" . wrap "♼" "" . clickable -- Visible but not current workspace
|
, ppVisible = xmobarColor "#c0a79a" "" . wrap "♼" "" . clickable -- Visible but not current workspace
|
||||||
, ppHidden = xmobarColor "#c0a79a" "" . wrap "○" "" . clickable -- Hidden workspaces
|
, ppHidden = xmobarColor "#c0a79a" "" . wrap "○" "" . clickable -- Hidden workspaces
|
||||||
, ppHiddenNoWindows = xmobarColor "#c792ea" "" . \s -> "" -- Hidden workspaces (no windows)
|
, ppHiddenNoWindows = xmobarColor "#c792ea" "" . \s -> "" -- Hidden workspaces (no windows)
|
||||||
|
|||||||
@ -525,16 +525,16 @@
|
|||||||
-- Launching three instances of xmobar on their monitors.
|
-- Launching three instances of xmobar on their monitors.
|
||||||
-- xmproc0 <- spawnPipe "xmobar -x 0 $HOME/.config/xmobar/xmobarrc_desktop_qhd"
|
-- xmproc0 <- spawnPipe "xmobar -x 0 $HOME/.config/xmobar/xmobarrc_desktop_qhd"
|
||||||
-- xmproc1 <- spawnPipe "xmobar -x 1 $HOME/.config/xmobar/xmobarrc_desktop_fhd"
|
-- xmproc1 <- spawnPipe "xmobar -x 1 $HOME/.config/xmobar/xmobarrc_desktop_fhd"
|
||||||
xmproc0 <- spawnPipe "xmobar -x 2 $HOME/.config/xmobar/xmobarrc_labtop_fhd"
|
-- xmproc0 <- spawnPipe "xmobar -x 2 $HOME/.config/xmobar/xmobarrc_labtop_fhd"
|
||||||
-- the xmonad, ya know...what the WM is named after!
|
-- the xmonad, ya know...what the WM is named after!
|
||||||
xmonad $ ewmh def
|
xmonad $ ewmh def
|
||||||
{ manageHook = ( isFullscreen --> doFullFloat ) <+> myManageHook <+> manageDocks
|
{ -- manageHook = ( isFullscreen --> doFullFloat ) <+> myManageHook <+> manageDocks
|
||||||
-- Run xmonad commands from command line with "xmonadctl command". Commands include:
|
-- Run xmonad commands from command line with "xmonadctl command". Commands include:
|
||||||
-- shrink, expand, next-layout, default-layout, restart-wm, xterm, kill, refresh, run,
|
-- shrink, expand, next-layout, default-layout, restart-wm, xterm, kill, refresh, run,
|
||||||
-- focus-up, focus-down, swap-up, swap-down, swap-master, sink, quit-wm. You can run
|
-- focus-up, focus-down, swap-up, swap-down, swap-master, sink, quit-wm. You can run
|
||||||
-- "xmonadctl 0" to generate full list of commands written to ~/.xsession-errors.
|
-- "xmonadctl 0" to generate full list of commands written to ~/.xsession-errors.
|
||||||
-- To compile xmonadctl: ghc -dynamic xmonadctl.hs
|
-- To compile xmonadctl: ghc -dynamic xmonadctl.hs
|
||||||
, handleEventHook = serverModeEventHookCmd
|
handleEventHook = serverModeEventHookCmd
|
||||||
<+> serverModeEventHook
|
<+> serverModeEventHook
|
||||||
<+> serverModeEventHookF "XMONAD_PRINT" (io . putStrLn)
|
<+> serverModeEventHookF "XMONAD_PRINT" (io . putStrLn)
|
||||||
<+> docksEventHook
|
<+> docksEventHook
|
||||||
|
|||||||
@ -33,7 +33,7 @@ TMUX_PLUGIN_MANAGER_PATH=~/.config/tmux/plugins/tpm ~/.tmux/plugins/tpm/bin/upda
|
|||||||
#./install.sh
|
#./install.sh
|
||||||
|
|
||||||
# font
|
# font
|
||||||
paru -S ttf-fira-code ttf-nanum nerd-fonts-mononoki --noconfirm
|
paru -S ttf-fira-code ttf-nanum nerd-fonts-mononoki ttf-monaco ttf-d2coding --noconfirm
|
||||||
|
|
||||||
# hangul
|
# hangul
|
||||||
paru -S fcitx-hangul fcitx-configtool --noconfirm
|
paru -S fcitx-hangul fcitx-configtool --noconfirm
|
||||||
|
|||||||
Reference in New Issue
Block a user