Merge branch 'master' of ssh://gitlab.dieblanks.net:9822/alex/dotfiles
This commit is contained in:
@@ -2,5 +2,3 @@ xterm*faceName: MesloLGS NF
|
||||
xterm*faceSize: 13
|
||||
|
||||
Xft.dpi: 110
|
||||
|
||||
xscreensaver.newLoginCommand: lxdm -c USER_SWITCH
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
configuration {
|
||||
font: "hack 30";
|
||||
theme: "breeze-dark";
|
||||
}
|
||||
|
||||
@theme "breeze-dark"
|
||||
|
||||
@@ -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
|
||||
}
|
||||
@@ -2,3 +2,7 @@ alias spotify='spotify --force-device-scale-factor=2'
|
||||
alias ll='ls -la --color=auto'
|
||||
|
||||
alias hibernate='systemctl hibernate'
|
||||
|
||||
# connection manager
|
||||
alias connect='nmcli connection up'
|
||||
alias networks='nmcli device wifi list'
|
||||
|
||||
@@ -1,5 +1,9 @@
|
||||
#!/bin/bash
|
||||
export AWT_TOOLKIT=MToolkit
|
||||
|
||||
sleep 10 & xset s 300 0 & xset s noblank & xset -dpms & xsetroot -solid black &
|
||||
|
||||
blueman-applet &
|
||||
xbindkeys &
|
||||
numlockx &
|
||||
|
||||
|
||||
@@ -509,9 +509,6 @@ myManageHook = composeAll
|
||||
--
|
||||
-- By default, do nothing.
|
||||
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 "~/.config/polybar/launch.sh"
|
||||
spawnOnce "redshift ~/.config/redshift/redshift.conf &"
|
||||
@@ -519,7 +516,6 @@ myStartupHook = do
|
||||
spawnOnce "sleep 2 && nextcloud &"
|
||||
--spawnOnce "xscreensaver -nosplash &"
|
||||
spawnOnce "flameshot &"
|
||||
spawnOnce "xfce4-power-manager &"
|
||||
|
||||
-- spawn startup programs at specific workspaces
|
||||
|
||||
|
||||
@@ -1,8 +1,5 @@
|
||||
blueman-applet &
|
||||
xbindkeys &
|
||||
xrdb -merge ~/.Xresources &
|
||||
xrandr --dpi 110 &
|
||||
|
||||
xset s 300 0 & xset s noblank & xset -dpms & xsetroot -solid black &
|
||||
xrdb -merge ~/.Xresources &
|
||||
|
||||
systemd-run --user --on-calendar=minutely --unit=polybar_auto_hide /usr/bin/polybar-msg cmd hide &
|
||||
|
||||
|
||||
@@ -1,6 +1,12 @@
|
||||
blueman-applet &
|
||||
xbindkeys &
|
||||
optimus-manager-qt &
|
||||
nitrogen --restore &
|
||||
light-locker &
|
||||
picom -b &
|
||||
xfce4-power-manager &
|
||||
|
||||
|
||||
xrdb -merge ~/.Xresources
|
||||
xrandr --dpi 210
|
||||
export GDK_SCALE=2
|
||||
|
||||
@@ -33,7 +33,8 @@ if [ -d $HOME/.local/bin ] ; then
|
||||
fi
|
||||
|
||||
# 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
|
||||
# create a zkbd compatible hash;
|
||||
|
||||
Reference in New Issue
Block a user