From ec91d04af2fb3d013707293231209d1615a1db94 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jurij=20Podgor=C5=A1ek?= Date: Wed, 15 Dec 2021 14:58:03 +0100 Subject: [PATCH] Posodobitve --- .config/sway/config | 6 ++++-- .emacs.d/init.el | 5 ++++- .ssh/config | 3 +++ .zshrc | 6 +++++- 4 files changed, 16 insertions(+), 4 deletions(-) diff --git a/.config/sway/config b/.config/sway/config index c8ceba2..5a9fef2 100644 --- a/.config/sway/config +++ b/.config/sway/config @@ -165,7 +165,7 @@ assign [class="Nicotine+"] $w3 bindsym $mod+Shift+space floating toggle # Swap focus between the tiling area and the floating area - bindsym $mod+space focus mode_toggle + bindsym Mod1+space focus mode_toggle # move focus to the parent container bindsym $mod+a focus parent @@ -307,6 +307,8 @@ bindsym 0xff61 exec ~/bin/screenshot bindsym $mod+i exec "swaymsg output eDP-1 scale 1" bindsym $mod+o exec "swaymsg output eDP-1 scale 1.25" +bindsym $mod+space exec "/home/g1smo/bin/get-layout.sh" + ###### # AUTOSTART ### @@ -315,7 +317,7 @@ bindsym $mod+o exec "swaymsg output eDP-1 scale 1.25" exec ~/sredstva/dotfiles/inactive-windows-transparency.py # Desktop notifikacije -exec mako --default-timeout=10000 +exec mako --default-timeout=10000 --icon-path /usr/share/icons/Numix # Autotiling https://github.com/nwg-piotr/autotiling exec ~/.local/bin/autotiling diff --git a/.emacs.d/init.el b/.emacs.d/init.el index c00e7ee..786572c 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -59,6 +59,7 @@ fennel-mode arduino-mode markdown-mode + yaml-mode ;; Checker za syntax? flycheck ;; Lepšanje fajlov na webu @@ -73,6 +74,8 @@ which-key ;; Git paket magit + ;; dr00pal moud + drupal-mode )) (setq nema (seq-filter (lambda (p) (not (package-installed-p p))) paketi)) @@ -153,7 +156,7 @@ '("7661b762556018a44a29477b84757994d8386d6edee909409fabe0631952dad9" default)) '(iswitchb-mode t) '(package-selected-packages - '(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)) '(tool-bar-mode nil) '(which-key-mode t)) (custom-set-faces diff --git a/.ssh/config b/.ssh/config index aa234e7..3cb379c 100644 --- a/.ssh/config +++ b/.ssh/config @@ -1,2 +1,5 @@ Host * ServerAliveInterval 240 + +Host pi + Port 2312 diff --git a/.zshrc b/.zshrc index a2bf39e..d597656 100644 --- a/.zshrc +++ b/.zshrc @@ -103,13 +103,14 @@ 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" # Poslusaj snemanje alias poslusaj='pactl load-module module-loopback latency_msec=1' alias tisina='pactl unload-module module-loopback' # PI ssh -alias spi='ssh pi@192.168.64.112' +alias spi='ssh pi@192.168.64.88' # Kill element alias kill-element='kill $(ps aux | grep element | awk '\''{print $2;}'\'')' @@ -135,3 +136,6 @@ export XDG_CURRENT_DESKTOP=sway # Guix #GUIX_PROFILE="/home/g1smo/.config/guix/current" #. "$GUIX_PROFILE/etc/profile" + +# Less kot pager +export PAGER=less