Razne posodobitve

x1carbon
Jurij Podgoršek 2020-04-10 19:30:40 +02:00
parent c3e00377f1
commit f9a64b4288
4 changed files with 18 additions and 14 deletions

View File

@ -134,7 +134,7 @@ bindsym Mod1+Shift+ccaron move workspace to output right
bindsym Mod1+Shift+j move workspace to output left
# workspace bindings
assign [class="Thunderbird"] $w3
assign [class="thunderbird"] $w3
assign [class="Slack"] $w4
assign [class="Riot"] $w4
assign [class="Revolt"] $w4
@ -285,8 +285,8 @@ bindsym Mod1+shift+w exec chromium --force-device-scale-factor=1
set $vol_sig_cmd pkill -RTMIN+10 i3blocks
#set $vol_down_cmd pulsemixer --change-volume -5
#set $vol_up_cmd pulsemixer --change-volume +5
set $vol_down_cmd amixer -q sset Master 5%-
set $vol_up_cmd amixer -q sset Master 5%+
set $vol_down_cmd amixer -c 0 -q sset Master 2%-
set $vol_up_cmd amixer -c 0 -q sset Master 2%+
bindsym $mod+shift+d exec "$vol_up_cmd && $vol_sig_cmd"
bindsym XF86AudioRaiseVolume exec "$vol_up_cmd && $vol_sig_cmd"
# Decrease volume
@ -333,10 +333,10 @@ bindsym 0xff61 exec gnome-screenshot -i
exec --no-startup-id /usr/share/gnome-settings-daemon
# Pulseaudio zagon
exec --no-startup-id /usr/bin/pulseaudio -D
#exec --no-startup-id /usr/bin/pulseaudio -D
# JACK audio baby
exec --no-startup-id qjackctl
#exec --no-startup-id qjackctl
# Polybar
exec_always --no-startup-id ~/.config/polybar/launch.sh

View File

@ -20,8 +20,8 @@ set $menu "rofi -combi-modi window,drun -show combi -modi combi -config ~/.local
#set $menu j4-dmenu-desktop
#set $menu compgen -c | sort -u | fzf | xargs -r swaymsg -t command exec
output eDP-1 resolution 2560x1440 scale 1
#output eDP-1 resolution 2560x1440 scale 2
output eDP-1 resolution 2560x1440 scale 2
#output eDP-1 resolution 1920x1080 scale 1
output "*" background ~/Slike/Wallpapers/neka_trava.jpg fill

View File

@ -106,7 +106,8 @@ This function should only modify configuration layer settings."
tidal
htmlize
fireplace
arduino-mode)
arduino-mode
fennel-mode)
;; A list of packages that cannot be updated.
dotspacemacs-frozen-packages '()
@ -568,7 +569,7 @@ before packages are loaded."
;; Use react mode instead of js2 mode
;;(add-to-list 'auto-mode-alist '("\\.js$" . react-mode))
(add-to-list 'auto-mode-alist '("\\.js$" . rjsx-mode))
;(add-to-list 'auto-mode-alist '("\\.js$" . rjsx-mode))
;; Auto completion settings
;;(setq auto-completion-return-key-behavior nil)

15
.zshrc
View File

@ -115,20 +115,23 @@ export PATH=$PATH:$ANDROID_HOME/tools:$ANDROID_HOME/platform-tools
export CHROMIUM_FLAGS="--force-device-scale-factor=1.66"
# Flatpak
export XDG_DATA_DIRS="$HOME/.local/share/flatpak/exports/share:/var/lib/flatpak/exports/share:$XDG_DATA_DIRS"
export XDG_DATA_DIRS="$HOME/.local/share/flatpak/exports/share:/var/lib/flatpak/exports/share/applications:/var/lib/flatpak/exports/share:$XDG_DATA_DIRS"
# Racket scaling
export PLT_DISPLAY_BACKING_SCALE=2
# Guix!
export GUIX_PROFILE="$HOME/.guix-profile"
#export GUIX_PROFILE="$HOME/.guix-profile"
#export GUIX_PROFILE="$HOME/.config/guix/current"
export GUIX_PROFILE_FILE="$GUIX_PROFILE/etc/profile"
[ -e $GUIX_PROFILE_FILE ] && source $GUIX_PROFILE_FILE
#export GUIX_PROFILE_FILE="$GUIX_PROFILE/etc/profile"
#[ -e $GUIX_PROFILE_FILE ] && source $GUIX_PROFILE_FILE
# Svez guix bin
export PATH="$HOME/.config/guix/current/bin${PATH:+:}$PATH"
#export PATH="$HOME/.config/guix/current/bin${PATH:+:}$PATH"
export GUIX_PACKAGE_PATH="$HOME/Projekti/guix-packages"
export GUIX_LOCPATH="$HOME/.guix-profile/lib/locale"
export GUIX_LOCPATH="$HOME/.guix-profile/lib/locale/2.29/"
#export SSL_CERT_DIR="$GUIX_PROFILE/etc/ssl/certs"
#export SSL_CERT_FILE="$SSL_CERT_DIR/ca-certificates.crt"
#export GIT_SSL_CAINFO="$SSL_CERT_FILE"