Posodobitve (sway, emacs, zsh)
parent
ec91d04af2
commit
b4e1714ac7
|
@ -265,6 +265,7 @@ input "type:touchpad" {
|
||||||
dwt enabled
|
dwt enabled
|
||||||
scroll_factor 0.25
|
scroll_factor 0.25
|
||||||
pointer_accel 0.5
|
pointer_accel 0.5
|
||||||
|
click_method clickfinger
|
||||||
}
|
}
|
||||||
|
|
||||||
# Radio študent
|
# Radio študent
|
||||||
|
@ -338,7 +339,7 @@ exec thunderbird
|
||||||
|
|
||||||
workspace 4:
|
workspace 4:
|
||||||
#exec revolt
|
#exec revolt
|
||||||
exec element-desktop
|
exec element-desktop --enable-features=UseOzonePlatform --ozone-platform=wayland
|
||||||
|
|
||||||
workspace 9:
|
workspace 9:
|
||||||
exec gnome-keyring-daemon --start
|
exec gnome-keyring-daemon --start
|
||||||
|
|
|
@ -153,7 +153,7 @@
|
||||||
;; Your init file should contain only one such instance.
|
;; Your init file should contain only one such instance.
|
||||||
;; If there is more than one, they won't work right.
|
;; If there is more than one, they won't work right.
|
||||||
'(custom-safe-themes
|
'(custom-safe-themes
|
||||||
'("7661b762556018a44a29477b84757994d8386d6edee909409fabe0631952dad9" default))
|
'("db3e80842b48f9decb532a1d74e7575716821ee631f30267e4991f4ba2ddf56e" "d14f3df28603e9517eb8fb7518b662d653b25b26e83bd8e129acea042b774298" "7661b762556018a44a29477b84757994d8386d6edee909409fabe0631952dad9" default))
|
||||||
'(iswitchb-mode t)
|
'(iswitchb-mode t)
|
||||||
'(package-selected-packages
|
'(package-selected-packages
|
||||||
'(yaml-mode drupal-mode magit markdown-mode flycheck arduino-mode rjsx-mode gdscript-mode rainbow-delimiters which-key paredit geiser-guile geiser web-beautify vue-mode treemacs-evil treemacs-projectile treemacs smart-tabs-mode smart-tabs js2-mode smex clojure-mode helpful doom-themes counsel swiper all-the-icons doom-modeline evil-collection fennel-mode rg ivy company projectile evil))
|
'(yaml-mode drupal-mode magit markdown-mode flycheck arduino-mode rjsx-mode gdscript-mode rainbow-delimiters which-key paredit geiser-guile geiser web-beautify vue-mode treemacs-evil treemacs-projectile treemacs smart-tabs-mode smart-tabs js2-mode smex clojure-mode helpful doom-themes counsel swiper all-the-icons doom-modeline evil-collection fennel-mode rg ivy company projectile evil))
|
||||||
|
@ -190,13 +190,13 @@
|
||||||
(scroll-bar-mode -1)
|
(scroll-bar-mode -1)
|
||||||
(setq window-divider-default-bottom-width 3)
|
(setq window-divider-default-bottom-width 3)
|
||||||
(window-divider-mode t)
|
(window-divider-mode t)
|
||||||
;(load-theme 'gruvbox-dark-medium t)
|
(load-theme 'gruvbox-dark-medium t)
|
||||||
;(load-theme 'hemisu-light t)
|
;(load-theme 'hemisu-light t)
|
||||||
(require 'doom-themes)
|
;(require 'doom-themes)
|
||||||
(setq doom-themes-enable-bold t ; if nil, bold is universally disabled
|
;(setq doom-themes-enable-bold t ; if nil, bold is universally disabled
|
||||||
doom-themes-enable-italic t) ; if nil, italics is universally disabled
|
; doom-themes-enable-italic t) ; if nil, italics is universally disabled
|
||||||
(load-theme 'doom-gruvbox t)
|
;(load-theme 'doom-gruvbox t)
|
||||||
(doom-themes-org-config)
|
;(doom-themes-org-config)
|
||||||
|
|
||||||
;;;;;;;;;;
|
;;;;;;;;;;
|
||||||
;; Text ;;
|
;; Text ;;
|
||||||
|
|
5
.zshrc
5
.zshrc
|
@ -64,11 +64,12 @@ bindkey '^R' history-incremental-pattern-search-backward
|
||||||
#}
|
#}
|
||||||
|
|
||||||
# Aliasi
|
# Aliasi
|
||||||
alias ls='ls --color=auto'
|
alias ls='ls --color -C'
|
||||||
alias vi='vim'
|
alias vi='vim'
|
||||||
alias sudo="sudo "
|
alias sudo="sudo "
|
||||||
alias grep="grep --color=auto"
|
alias grep="grep --color=auto"
|
||||||
alias ag="rg"
|
alias ag="rg"
|
||||||
|
alias less="less -R"
|
||||||
|
|
||||||
# Kitty terminal ssh fix
|
# Kitty terminal ssh fix
|
||||||
alias ssh="kitty +kitten ssh"
|
alias ssh="kitty +kitten ssh"
|
||||||
|
@ -103,7 +104,7 @@ alias srs='f(){ ssh jurijp@$1.radiostudent.local };f'
|
||||||
alias srr='f(){ ssh root@$1.radiostudent.local };f'
|
alias srr='f(){ ssh root@$1.radiostudent.local };f'
|
||||||
alias rss='f(){ ssh jurijp@$1.radiostudent.si };f'
|
alias rss='f(){ ssh jurijp@$1.radiostudent.si };f'
|
||||||
alias rsr='f(){ ssh root@$1.radiostudent.si };f'
|
alias rsr='f(){ ssh root@$1.radiostudent.si };f'
|
||||||
alias zw="ssh zeljko@webdev.radiostudent.si"
|
alias zw="ssh zeljko@dev.radiostudent.si"
|
||||||
|
|
||||||
# Poslusaj snemanje
|
# Poslusaj snemanje
|
||||||
alias poslusaj='pactl load-module module-loopback latency_msec=1'
|
alias poslusaj='pactl load-module module-loopback latency_msec=1'
|
||||||
|
|
Loading…
Reference in New Issue