Posodobitve
parent
bf9b4eed0a
commit
ec91d04af2
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -1,2 +1,5 @@
|
|||
Host *
|
||||
ServerAliveInterval 240
|
||||
|
||||
Host pi
|
||||
Port 2312
|
||||
|
|
6
.zshrc
6
.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
|
||||
|
|
Loading…
Reference in New Issue