updated
This commit is contained in:
parent
68b5f53160
commit
0b599a91f3
5 changed files with 22 additions and 31 deletions
|
@ -560,6 +560,3 @@ List of keybindings (SPC h b b)")
|
||||||
(map! :leader
|
(map! :leader
|
||||||
:desc "Zap to char" "z" #'zap-to-char
|
:desc "Zap to char" "z" #'zap-to-char
|
||||||
:desc "Zap up to char" "Z" #'zap-up-to-char)
|
:desc "Zap up to char" "Z" #'zap-up-to-char)
|
||||||
|
|
||||||
(set-frame-parameter (selected-frame) 'alpha '(98 . 80))
|
|
||||||
(add-to-list 'default-frame-alist '(alpha . (98 . 80)))
|
|
||||||
|
|
|
@ -51,7 +51,6 @@
|
||||||
- [[#splits][Splits]]
|
- [[#splits][Splits]]
|
||||||
- [[#winner-mode][Winner mode]]
|
- [[#winner-mode][Winner mode]]
|
||||||
- [[#zap-to-char][Zap to char]]
|
- [[#zap-to-char][Zap to char]]
|
||||||
- [[#transparency][Transparency]]
|
|
||||||
|
|
||||||
* About this config
|
* About this config
|
||||||
This is my personal Doom Emacs config. Doom Emacs is a distribution of Emacs
|
This is my personal Doom Emacs config. Doom Emacs is a distribution of Emacs
|
||||||
|
@ -1122,9 +1121,3 @@ the second occurrence of 'e'.
|
||||||
:desc "Zap to char" "z" #'zap-to-char
|
:desc "Zap to char" "z" #'zap-to-char
|
||||||
:desc "Zap up to char" "Z" #'zap-up-to-char)
|
:desc "Zap up to char" "Z" #'zap-up-to-char)
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
||||||
* Transparency
|
|
||||||
#+BEGIN_SRC emacs-lisp
|
|
||||||
(set-frame-parameter (selected-frame) 'alpha '(98 . 80))
|
|
||||||
(add-to-list 'default-frame-alist '(alpha . (98 . 80)))
|
|
||||||
#+END_SRC
|
|
||||||
|
|
|
@ -53,14 +53,14 @@ general {
|
||||||
gaps_in = 2
|
gaps_in = 2
|
||||||
gaps_out = 4
|
gaps_out = 4
|
||||||
border_size = 2
|
border_size = 2
|
||||||
col.active_border = rgb(cc241d) #rgb(d79921) 45deg
|
col.active_border = rgb(cc241d) rgb(d79921) 45deg
|
||||||
col.inactive_border = rgb(504945)
|
col.inactive_border = rgb(504945)
|
||||||
layout = master
|
layout = master
|
||||||
}
|
}
|
||||||
|
|
||||||
# DECORATIONS
|
# DECORATIONS
|
||||||
decoration {
|
decoration {
|
||||||
rounding = 0 # Rounded corners
|
rounding = 10 # Rounded corners
|
||||||
blur = yes # Window background blur
|
blur = yes # Window background blur
|
||||||
blur_size = 4
|
blur_size = 4
|
||||||
blur_passes = 1.5
|
blur_passes = 1.5
|
||||||
|
@ -84,7 +84,7 @@ animations {
|
||||||
# window movement
|
# window movement
|
||||||
animation = windowsMove,1, 3,default,popin
|
animation = windowsMove,1, 3,default,popin
|
||||||
animation = border, 1, 2, linear
|
animation = border, 1, 2, linear
|
||||||
#animation = borderangle, 1, 25, linear, loop
|
animation = borderangle, 1, 25, linear, loop
|
||||||
animation = fade, 1, 7, default
|
animation = fade, 1, 7, default
|
||||||
animation = workspaces, 1, 4, default, slide
|
animation = workspaces, 1, 4, default, slide
|
||||||
}
|
}
|
||||||
|
@ -376,7 +376,7 @@ binde = $supMod, w, exec, librewolf
|
||||||
binde = $supMod, f, exec, wezterm start --class file_manager -- vifm
|
binde = $supMod, f, exec, wezterm start --class file_manager -- vifm
|
||||||
## Workspace 3 - Editors
|
## Workspace 3 - Editors
|
||||||
binde = $supMod, e, exec, emacsclient -c -a emacs
|
binde = $supMod, e, exec, emacsclient -c -a emacs
|
||||||
binde = $supMod, n, exec, com.notesnook.Notesnook
|
binde = $supMod, n, exec, notesnook
|
||||||
## Workspace 4 - Chat
|
## Workspace 4 - Chat
|
||||||
binde = $supMod, c, exec, signal-desktop
|
binde = $supMod, c, exec, signal-desktop
|
||||||
## Workspace 5 - Audio
|
## Workspace 5 - Audio
|
||||||
|
|
|
@ -41,8 +41,8 @@ export GNUPGHOME="$HOME/.local/share/gnupg"
|
||||||
export LESSHISTFILE=-
|
export LESSHISTFILE=-
|
||||||
|
|
||||||
# default apps
|
# default apps
|
||||||
export EDITOR="$HOME/.local/bin/lvim" # $EDITOR use lunarvim in terminal
|
export EDITOR="emacsclient -t -a ''"
|
||||||
export VISUAL="wezterm start --class editor -- $HOME/.local/bin/lvim" # $VISUAL use lunarvim in new terminal window
|
export VISUAL="emacsclient -c -a 'emacs'"
|
||||||
export BROWSER="librewolf"
|
export BROWSER="librewolf"
|
||||||
export VIEWER="zathura"
|
export VIEWER="zathura"
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
# Dependencies
|
# Dependencies
|
||||||
- ttf-mononoki-nerd
|
- ttf-mononoki-nerd
|
||||||
|
- ttf-nerd-fonts-symbols-mono
|
||||||
- rofi-lboon-wayland-git
|
- rofi-lboon-wayland-git
|
||||||
- waybar-hyprland
|
- waybar-hyprland
|
||||||
- swww-git
|
- swww-git
|
||||||
|
@ -46,8 +47,8 @@
|
||||||
- htop
|
- htop
|
||||||
- brightnessctl
|
- brightnessctl
|
||||||
- cliphist
|
- cliphist
|
||||||
- ttf-nerd-fonts-symbols-mono
|
- emacs
|
||||||
|
|
||||||
# not managed by the package manager
|
# not managed by the package manager
|
||||||
- lunarvim
|
- doom emacs
|
||||||
- flix-cli
|
- flix-cli
|
||||||
|
|
Loading…
Reference in a new issue