Posodobitve (sway, emacs, zsh)

t460s-fhd
Jurij Podgoršek 2022-02-02 17:31:25 +01:00
parent ec91d04af2
commit b4e1714ac7
3 changed files with 12 additions and 10 deletions

View File

@ -265,6 +265,7 @@ input "type:touchpad" {
dwt enabled
scroll_factor 0.25
pointer_accel 0.5
click_method clickfinger
}
# Radio študent
@ -338,7 +339,7 @@ exec thunderbird
workspace 4:
#exec revolt
exec element-desktop
exec element-desktop --enable-features=UseOzonePlatform --ozone-platform=wayland
workspace 9:
exec gnome-keyring-daemon --start

View File

@ -153,7 +153,7 @@
;; Your init file should contain only one such instance.
;; If there is more than one, they won't work right.
'(custom-safe-themes
'("7661b762556018a44a29477b84757994d8386d6edee909409fabe0631952dad9" default))
'("db3e80842b48f9decb532a1d74e7575716821ee631f30267e4991f4ba2ddf56e" "d14f3df28603e9517eb8fb7518b662d653b25b26e83bd8e129acea042b774298" "7661b762556018a44a29477b84757994d8386d6edee909409fabe0631952dad9" default))
'(iswitchb-mode t)
'(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))
@ -190,13 +190,13 @@
(scroll-bar-mode -1)
(setq window-divider-default-bottom-width 3)
(window-divider-mode t)
;(load-theme 'gruvbox-dark-medium t)
(load-theme 'gruvbox-dark-medium t)
;(load-theme 'hemisu-light t)
(require 'doom-themes)
(setq doom-themes-enable-bold t ; if nil, bold is universally disabled
doom-themes-enable-italic t) ; if nil, italics is universally disabled
(load-theme 'doom-gruvbox t)
(doom-themes-org-config)
;(require 'doom-themes)
;(setq doom-themes-enable-bold t ; if nil, bold is universally disabled
; doom-themes-enable-italic t) ; if nil, italics is universally disabled
;(load-theme 'doom-gruvbox t)
;(doom-themes-org-config)
;;;;;;;;;;
;; Text ;;

5
.zshrc
View File

@ -64,11 +64,12 @@ bindkey '^R' history-incremental-pattern-search-backward
#}
# Aliasi
alias ls='ls --color=auto'
alias ls='ls --color -C'
alias vi='vim'
alias sudo="sudo "
alias grep="grep --color=auto"
alias ag="rg"
alias less="less -R"
# Kitty terminal ssh fix
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 rss='f(){ ssh jurijp@$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
alias poslusaj='pactl load-module module-loopback latency_msec=1'