summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJozanLeClerc <bousset.rudy@gmail.com>2020-08-11 23:56:22 +0200
committerJozanLeClerc <bousset.rudy@gmail.com>2020-08-11 23:56:22 +0200
commitc2f3e3a646b723f72856785e3d5b7b35cb567aee (patch)
tree16d7b0569be6431224ac9e26469ca6ebdf7e2356
parentbspwmrc fix (diff)
downloaddotfiles-bsd-c2f3e3a646b723f72856785e3d5b7b35cb567aee.tar.gz
dotfiles-bsd-c2f3e3a646b723f72856785e3d5b7b35cb567aee.tar.bz2
dotfiles-bsd-c2f3e3a646b723f72856785e3d5b7b35cb567aee.tar.xz
dotfiles-bsd-c2f3e3a646b723f72856785e3d5b7b35cb567aee.tar.zst
dotfiles-bsd-c2f3e3a646b723f72856785e3d5b7b35cb567aee.zip
bspwm start script fix
-rwxr-xr-x.config/bspwm/bspwmrc4
-rw-r--r--.emacs2
-rw-r--r--.profile4
3 files changed, 5 insertions, 5 deletions
diff --git a/.config/bspwm/bspwmrc b/.config/bspwm/bspwmrc
index 3f07f7f..667e9d0 100755
--- a/.config/bspwm/bspwmrc
+++ b/.config/bspwm/bspwmrc
@@ -220,10 +220,10 @@ sub fg_on_one_screen
sleep(1);
system(BSPC_PATH, 'node', '-f', 'west');
system(BSPC_PATH, 'node', '-f', 'north');
- system(BSPC_PATH, 'node', '-z', 'bottom', '0', '-280');
+ system(BSPC_PATH, 'node', '-z', 'bottom', '0', '-200');
system(BSPC_PATH, 'node', '-z', 'right', '-220', '0');
system(BSPC_PATH, 'node', '-f', 'east');
- system(BSPC_PATH, 'node', '-z', 'top', '0', '70');
+ system(BSPC_PATH, 'node', '-z', 'bottom', '0', '70');
system(BSPC_PATH, 'node', '-f', 'north');
return;
}
diff --git a/.emacs b/.emacs
index 1b44a9e..999dab7 100644
--- a/.emacs
+++ b/.emacs
@@ -39,7 +39,7 @@
'(objed-cursor-color "#ff5370")
'(package-selected-packages
(quote
- (vterm symon toc-org evil-org org-bullets yaml-mode twittering-mode helm-slime helm-w3m helm-mu htmlize babel org-pdftools shell-pop which-key golden-ratio elfeed-org elfeed dmenu mingus lua-mode dionysos helm-c-yasnippet helm-emms emms font-lock-cl restart-emacs w3m string-utils go-mode major-mode-icons dired-icon mode-icons evil-collection sed-mode zones kaolin-themes gruvbox-theme helm-themes yasnippet-classic-snippets yasnippet-snippets auto-yasnippet php-auto-yasnippets el-autoyas yasnippet cargo evil-ediff windresize helm-make spacemacs-theme centaur-tabs evil-mu4e evil-magit dashboard slime ssh sudo-ext dockerfile-mode docker frame-local ov dash-functional helm-addressbook org-mime flyspell-correct pdf-tools websocket request emojify-logos emojify oauth2 circe mu4e-alert web-mode doom-themes doom-modeline all-the-icons-dired all-the-icons-gnus all-the-icons html5-schema phps-mode org-babel-eval-in-repl rust-mode smart-mode-line-powerline-theme eshell-prompt-extras eshell-fixed-prompt pyenv-mode s realgud-lldb neotree ranger ## color-theme-modern auto-complete-c-headers command-log-mode auto-complete magit smart-tabs-mode airline-themes paredit autopair tabbar-ruler tabbar use-package-el-get color-theme-approximate diminish rainbow-delimiters color-identifiers-mode use-package helm evil-visual-mark-mode)))
+ (crontab-mode vterm symon toc-org evil-org org-bullets yaml-mode twittering-mode helm-slime helm-w3m helm-mu htmlize babel org-pdftools shell-pop which-key golden-ratio elfeed-org elfeed dmenu mingus lua-mode dionysos helm-c-yasnippet helm-emms emms font-lock-cl restart-emacs w3m string-utils go-mode major-mode-icons dired-icon mode-icons evil-collection sed-mode zones kaolin-themes gruvbox-theme helm-themes yasnippet-classic-snippets yasnippet-snippets auto-yasnippet php-auto-yasnippets el-autoyas yasnippet cargo evil-ediff windresize helm-make spacemacs-theme centaur-tabs evil-mu4e evil-magit dashboard slime ssh sudo-ext dockerfile-mode docker frame-local ov dash-functional helm-addressbook org-mime flyspell-correct pdf-tools websocket request emojify-logos emojify oauth2 circe mu4e-alert web-mode doom-themes doom-modeline all-the-icons-dired all-the-icons-gnus all-the-icons html5-schema phps-mode org-babel-eval-in-repl rust-mode smart-mode-line-powerline-theme eshell-prompt-extras eshell-fixed-prompt pyenv-mode s realgud-lldb neotree ranger ## color-theme-modern auto-complete-c-headers command-log-mode auto-complete magit smart-tabs-mode airline-themes paredit autopair tabbar-ruler tabbar use-package-el-get color-theme-approximate diminish rainbow-delimiters color-identifiers-mode use-package helm evil-visual-mark-mode)))
'(pdf-view-midnight-colors (cons "#EEFFFF" "#292D3E"))
'(pos-tip-background-color "#2E2A29")
'(pos-tip-foreground-color "#d4d4d6")
diff --git a/.profile b/.profile
index 35f025e..4d997e6 100644
--- a/.profile
+++ b/.profile
@@ -24,8 +24,8 @@ export PATH="${HOME}/.local/bin:${HOME}/.cargo/bin:/usr/local/llvm11/bin:${PATH}
# Apps
# export ZSH="/home/jozan/.oh-my-zsh"
-export EDITOR="emacsclient -c"
-export VISUAL="emacsclient -c -a emacs"
+export EDITOR="emacsclient -c -t"
+export VISUAL="emacsclient"
export PAGER="less"
export TERMINAL="alacritty"
export BROWSER="firefox"