Merge branch 'master' of ssh://gitlab.dieblanks.net:9822/alex/dotfiles

This commit is contained in:
2021-12-06 11:55:07 +01:00
10 changed files with 20 additions and 41 deletions
-2
View File
@@ -2,5 +2,3 @@ xterm*faceName: MesloLGS NF
xterm*faceSize: 13 xterm*faceSize: 13
Xft.dpi: 110 Xft.dpi: 110
xscreensaver.newLoginCommand: lxdm -c USER_SWITCH
+2 -1
View File
@@ -1,4 +1,5 @@
configuration { configuration {
font: "hack 30"; font: "hack 30";
theme: "breeze-dark";
} }
@theme "breeze-dark"
-28
View File
@@ -1,28 +0,0 @@
#!/bin/bash
custom_func_dir=$HOME/.config/custom_shell_functions
for f in $custom_func_dir/*; do source $f; done
function connectToServer() {
ssh alex@65.21.140.171
}
function connectToStorageVM() {
ssh alex@173.212.206.52
}
function connectToVM01() {
ssh alex@167.86.117.202
}
function connectToBackupServer() {
ssh alex@161.97.184.228
}
function connectToPi() {
ssh alex@192.168.0.205
}
function activate() {
source ./venv/bin/activate
}
+4
View File
@@ -2,3 +2,7 @@ alias spotify='spotify --force-device-scale-factor=2'
alias ll='ls -la --color=auto' alias ll='ls -la --color=auto'
alias hibernate='systemctl hibernate' alias hibernate='systemctl hibernate'
# connection manager
alias connect='nmcli connection up'
alias networks='nmcli device wifi list'
+4
View File
@@ -1,5 +1,9 @@
#!/bin/bash
export AWT_TOOLKIT=MToolkit
sleep 10 & xset s 300 0 & xset s noblank & xset -dpms & xsetroot -solid black & sleep 10 & xset s 300 0 & xset s noblank & xset -dpms & xsetroot -solid black &
blueman-applet & blueman-applet &
xbindkeys & xbindkeys &
numlockx &
-4
View File
@@ -509,9 +509,6 @@ myManageHook = composeAll
-- --
-- By default, do nothing. -- By default, do nothing.
myStartupHook = do myStartupHook = do
spawnOnce "nitrogen --restore &"
spawnOnce "picom -b &"
spawnOnce "light-locker &"
-- spawn once not necessary here, since the launch script takes care of multiple instances -- spawn once not necessary here, since the launch script takes care of multiple instances
spawn "~/.config/polybar/launch.sh" spawn "~/.config/polybar/launch.sh"
spawnOnce "redshift ~/.config/redshift/redshift.conf &" spawnOnce "redshift ~/.config/redshift/redshift.conf &"
@@ -519,7 +516,6 @@ myStartupHook = do
spawnOnce "sleep 2 && nextcloud &" spawnOnce "sleep 2 && nextcloud &"
--spawnOnce "xscreensaver -nosplash &" --spawnOnce "xscreensaver -nosplash &"
spawnOnce "flameshot &" spawnOnce "flameshot &"
spawnOnce "xfce4-power-manager &"
-- spawn startup programs at specific workspaces -- spawn startup programs at specific workspaces
+2 -5
View File
@@ -1,8 +1,5 @@
blueman-applet &
xbindkeys &
xrdb -merge ~/.Xresources &
xrandr --dpi 110 & xrandr --dpi 110 &
xrdb -merge ~/.Xresources &
xset s 300 0 & xset s noblank & xset -dpms & xsetroot -solid black &
systemd-run --user --on-calendar=minutely --unit=polybar_auto_hide /usr/bin/polybar-msg cmd hide & systemd-run --user --on-calendar=minutely --unit=polybar_auto_hide /usr/bin/polybar-msg cmd hide &
+6
View File
@@ -1,6 +1,12 @@
blueman-applet & blueman-applet &
xbindkeys & xbindkeys &
optimus-manager-qt & optimus-manager-qt &
nitrogen --restore &
light-locker &
picom -b &
xfce4-power-manager &
xrdb -merge ~/.Xresources xrdb -merge ~/.Xresources
xrandr --dpi 210 xrandr --dpi 210
export GDK_SCALE=2 export GDK_SCALE=2
+2 -1
View File
@@ -33,7 +33,8 @@ if [ -d $HOME/.local/bin ] ; then
fi fi
# add the custom functions from the .custom_functions file # add the custom functions from the .custom_functions file
source $HOME/.custom_functions custom_func_dir=$HOME/.config/custom_shell_functions
for f in $custom_func_dir/*; do source $f; done
# key bindings # key bindings
# create a zkbd compatible hash; # create a zkbd compatible hash;