transparenca, vizualno pedenanje, keepass keyring, direnv
parent
04b192b756
commit
e069bef4e9
|
@ -69,7 +69,8 @@ multiplier=25.0
|
|||
alternate-scroll-mode=yes
|
||||
|
||||
[colors]
|
||||
alpha=0.975
|
||||
#alpha=0.975
|
||||
alpha=0.9
|
||||
# foreground=dcdccc
|
||||
# background=111111
|
||||
|
||||
|
@ -114,7 +115,7 @@ alpha=0.975
|
|||
|
||||
# -*- conf -*-
|
||||
# Gruvbox
|
||||
background=2d2b2a
|
||||
background=282828
|
||||
foreground=ebdbb2
|
||||
regular0=2d2b2a
|
||||
regular1=cc241d
|
||||
|
|
|
@ -11,7 +11,7 @@ set $altright ccaron
|
|||
|
||||
# Terminal
|
||||
#set $term kitty
|
||||
set $term foot
|
||||
set $term footclient
|
||||
|
||||
# Font
|
||||
font pango:Iosevka SS05 Medium 10
|
||||
|
@ -32,10 +32,7 @@ output eDP-1 {
|
|||
}
|
||||
#output eDP-1 resolution 2560x1440 scale 2
|
||||
#output eDP-1 resolution 1920x1080 scale 1
|
||||
#output "*" background ~/Slike/Wallpapers/1596344206877.jpg fill
|
||||
#output "*" background "~/riz0m/Photos/sri lanka/IMG_20220220_120730.jpg" fill
|
||||
#output "*" background "~/Slike/☭/bigstock-Sutjeska-National-Park-Bosnia-63011269.jpg" fill
|
||||
output "*" background "~/sredstva/dotfiles/ozadje4.jpg" fill
|
||||
output "*" background "~/sredstva/dotfiles/ozadje5.jpg" fill
|
||||
# Zamik dobimo z SIRINA / SCALE
|
||||
output HDMI-A-2 pos 1601 0 scale 1
|
||||
output HDMI-A-1 pos 1601 0 scale 1
|
||||
|
@ -228,8 +225,8 @@ bindsym $mod+r mode "resize"
|
|||
set $ospredje #cccccc
|
||||
set $ospredjeTrans #cccccccc
|
||||
set $ospredjeNefokusiran #ebdbb2cc
|
||||
set $ozadje #32302f
|
||||
set $ozadjeTrans #32302fcc
|
||||
set $ozadje #282828e6
|
||||
set $ozadjeTrans #282828b6
|
||||
|
||||
#
|
||||
# Status Bar:
|
||||
|
@ -382,7 +379,7 @@ workspace 4:
|
|||
exec element-desktop
|
||||
|
||||
workspace 9:
|
||||
exec gnome-keyring-daemon --start --control-directory=/run/user/1000/keyring
|
||||
#exec gnome-keyring-daemon --start --control-directory=/run/user/1000/keyring
|
||||
exec keepassxc
|
||||
|
||||
# autolock in te fore
|
||||
|
@ -393,3 +390,6 @@ exec ~/bin/swaynag-battery
|
|||
|
||||
# Lebdeca okna (najdes preko "swaymsg -t get_tree")
|
||||
for_window [app_id="org.keepassxc.KeePassXC"] floating enable
|
||||
|
||||
# Foot terminal server!
|
||||
exec foot --server
|
||||
|
|
|
@ -637,7 +637,7 @@ Barvna tema je [[https://github.com/greduan/emacs-theme-gruvbox][gruvbox]], v va
|
|||
#+begin_src emacs-lisp
|
||||
(use-package gruvbox-theme
|
||||
:config
|
||||
(load-theme 'gruvbox-dark-soft t))
|
||||
(load-theme 'gruvbox-dark-medium t))
|
||||
|
||||
(set-frame-font "Iosevka Medium 11" nil t)
|
||||
#+end_src
|
||||
|
@ -705,6 +705,11 @@ Zmanjšamo razmike med okni.
|
|||
(window-divider-mode t)
|
||||
#+end_src
|
||||
|
||||
** Transparentno ozadje
|
||||
#+begin_src emacs-lisp
|
||||
(set-frame-parameter nil 'alpha-background 90)
|
||||
(add-to-list 'default-frame-alist '(alpha-background . 90))
|
||||
#+end_src
|
||||
* Tekst
|
||||
|
||||
V široko paleto funkcionalnosti emacsa spada tudi urejanje navadnega teksta.
|
||||
|
@ -758,7 +763,7 @@ Vlopimo projectile način, prezrimo direktorij z javascript paketi in priklopimo
|
|||
Zaradi težav pri uporabi =projectile= preko SSH povezav spremenimo način indeksiranja datotečnega drevesa. Dodajanje večjega projekta zato traja nekoliko dlje
|
||||
|
||||
#+begin_src emacs-lisp
|
||||
(setq projectile-indexing-method 'native)
|
||||
(setq projectile-indexing-method 'hybrid)
|
||||
(setq projectile-enable-caching t)
|
||||
;(add-to-list 'tramp-remote-path 'tramp-own-remote-path)
|
||||
;(setq-default projectile-indexing-method 'alien)
|
||||
|
@ -1053,6 +1058,16 @@ Sicer obstaja tudi način ki lajša delanje z drupalom.
|
|||
(use-package drupal-mode :after php-mode)
|
||||
#+end_src
|
||||
|
||||
Geben je za php debugiranje.
|
||||
|
||||
#+begin_src emacs-lisp
|
||||
(use-package geben
|
||||
:after php-mode
|
||||
:config
|
||||
(setq geben-pause-at-entry-line nil)
|
||||
(setq geben-dbgp-default-port 9003))
|
||||
#+end_src
|
||||
|
||||
*** Javascript
|
||||
|
||||
Najprej nastavimo zamike.
|
||||
|
@ -1100,7 +1115,7 @@ Podpora za delo z [[https://docs.python.org/3/library/venv.html][venv]] okolji.
|
|||
#+begin_src emacs-lisp
|
||||
(use-package pyvenv
|
||||
:mode "\\.py\\'"
|
||||
:config
|
||||
:init
|
||||
(pyvenv-mode t)
|
||||
#+end_src
|
||||
|
||||
|
|
|
@ -115,6 +115,9 @@
|
|||
;; 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.
|
||||
'(custom-safe-themes
|
||||
'("ba323a013c25b355eb9a0550541573d535831c557674c8d59b9ac6aa720c21d3"
|
||||
default))
|
||||
'(package-selected-packages
|
||||
'(2bit aggressive-indent all-the-icons arduino-mode benchmark-init
|
||||
company counsel-projectile crdt dap-mode dashboard direnv
|
||||
|
@ -125,8 +128,8 @@
|
|||
mu4e-dashboard mu4e-marker-icons mu4e-thread-folding
|
||||
ob-mermaid openwith orderless org-bullets org-caldav pyvenv
|
||||
quelpa-use-package racket-mode rainbow-delimiters restclient
|
||||
rg rjsx-mode sclang-extensions sesman slime smartparens smex
|
||||
subed svg-icon svg-lib tidal toml-mode treemacs-evil
|
||||
rg rjsx-mode sclang-extensions sesman sicp slime smartparens
|
||||
smex subed svg-icon svg-lib tidal toml-mode treemacs-evil
|
||||
treemacs-projectile treesit-auto undo-tree vertico vue-mode
|
||||
web-beautify web-mode which-key writeroom-mode yaml-mode
|
||||
zone-nyan))
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
("~/projekti/jugofuturizem/" "~/projekti/coopcycle-app/" "~/projekti/coopcycle-web/" "~/sredstva/dotfiles/" "~/projekti/waveywind/" "~/.local/share/SuperCollider/downloaded-quarks/MathLib/" "~/.local/share/SuperCollider/downloaded-quarks/SLIPDecoder/")
|
3
.zshrc
3
.zshrc
|
@ -174,3 +174,6 @@ export PATH=$PATH:/opt/gradle-8.7/bin
|
|||
|
||||
# Cargo!
|
||||
export PATH=$HOME/.cargo/bin:$PATH
|
||||
|
||||
# Direnv
|
||||
eval "$(direnv hook zsh)"
|
||||
|
|
Binary file not shown.
After Width: | Height: | Size: 776 KiB |
Loading…
Reference in New Issue