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

This commit is contained in:
2022-01-04 13:34:05 +01:00
3 changed files with 11 additions and 25 deletions
+10
View File
@@ -150,6 +150,14 @@ bindsym $mod+Shift+Down move down
bindsym $mod+Shift+Up move up
bindsym $mod+Shift+Right move right
# move focus to different monitors
bindsym $mod+Shift+Ctrl+l focus output right
bindsym $mod+Shift+Ctrl+h focus output left
# move container to different monitors
bindsym $mod+Shift+greater move container to output right; focus output right
bindsym $mod+Shift+less move container to output left; focus output left
# workspace back and forth (with/without active container)
workspace_auto_back_and_forth yes
bindsym $mod+b workspace back_and_forth
@@ -334,11 +342,13 @@ bindsym Ctrl+Alt+l exec light-locker-command -l
exec_always --no-startup-id $HOME/.config/polybar/launch.sh
exec --no-startup-id nitrogen --restore; sleep 1; picom --config ~/.config/picom/picom.conf
exec --no-startup-id xfce4-power-manager
exec --no-startup-id light-locker
exec --no-startup-id flameshot
exec --no-startup-id nextcloud
exec --no-startup-id mullvad-vpn
exec_always --no-startup-id fix_xcursor
exec --no-startup-id redshift ~/.config/redshift/redshift.conf
exec --no-startup-id blueman-applet
# Color palette used for the terminal ( ~/.Xresources file )
@@ -836,7 +836,7 @@ format-packetloss = <animation-packetloss> <label-connected>
; %downspeed% [wireless+wired]
; %linkspeed% [wired]
; Default: %ifname% %local_ip%
label-connected = "%essid% %downspeed:8% %upspeed:8% %signal%%"
label-connected = "%essid% %signal%% %downspeed:8% %upspeed:8%"
;;label-connected-foreground = #eefafafa
; Available tokens:
-24
View File
@@ -1,24 +0,0 @@
#!/bin/bash
custom_func_dir=$HOME/.config/custom_shell_functions
for f in $custom_func_dir/*; do source $f; done
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
}