This commit is contained in:
Daniel Bauer
2018-09-17 15:39:13 +02:00
4 changed files with 64 additions and 30 deletions

View File

@@ -99,6 +99,7 @@ bindsym $mod+a focus parent
# focus the child container
#bindsym $mod+d focus child
set $workspace0 0
set $workspace1 1
set $workspace2 2
set $workspace3 3
@@ -113,6 +114,7 @@ set $workspace9 9
#
# switch to workspace
bindsym $mod+0 workspace $workspace0
bindsym $mod+1 workspace $workspace1
bindsym $mod+2 workspace $workspace2
bindsym $mod+3 workspace $workspace3
@@ -124,6 +126,7 @@ bindsym $mod+8 workspace $workspace8
bindsym $mod+9 workspace $workspace9
# move focused container to workspace
bindsym $mod+Shift+0 move container to workspace $workspace0
bindsym $mod+Shift+1 move container to workspace $workspace1
bindsym $mod+Shift+2 move container to workspace $workspace2
bindsym $mod+Shift+3 move container to workspace $workspace3
@@ -180,12 +183,10 @@ new_window 1pixel
exec_always --no-startup-id ~/.config/polybar/polybar.sh
workspace $workspace1 output HDMI-0
workspace $workspace7 output DP-0
workspace $workspace8 output DP-0
workspace $workspace9 output DP-0
for_window [window_role="pop-up"] floating enable
for_window [class="Tk"] floating enable
for_window [title="PyMOL Viewer"] floating enable

View File

@@ -71,7 +71,7 @@ inherit = bar/example
modules-left = i3
tray-position = right
tray-padding = 2
modules-right = spotify volume filesystemroot memory cpu battery battery2 date
modules-right = spotify volume filesystemroot memory cpu battery1 battery2 date
modules-center = xwindow
[module/xwindow]
@@ -306,32 +306,6 @@ bar-volume-empty = -
bar-volume-empty-font = 2
bar-volume-empty-foreground = ${colors.foreground-alt}
[module/battery]
type = internal/battery
battery = BAT0
adapter = ADP1
full-at = 98
format-charging = <animation-charging> <label-charging>
format-charging-underline = #ffb52a
format-discharging = <ramp-capacity> <label-discharging>
format-discharging-underline = ${self.format-charging-underline}
format-full-prefix = " "
format-full-prefix-foreground = ${colors.foreground-alt}
format-full-underline = ${self.format-charging-underline}
ramp-capacity-0 = 
ramp-capacity-1 = 
ramp-capacity-2 = 
ramp-capacity-foreground = ${colors.foreground-alt}
animation-charging-0 = 
animation-charging-1 = 
animation-charging-2 = 
animation-charging-foreground = ${colors.foreground-alt}
animation-charging-framerate = 750
[module/temperature]
type = internal/temperature
@@ -405,3 +379,36 @@ interval = 1
tail = false
format =  <label>
; vim:ft=dosini
[module/battery1]
type = internal/battery
battery = BAT0
adapter = ADP1
full-at = 98
format-charging = <animation-charging> <label-charging>
format-charging-underline = #ffb52a
format-discharging = <ramp-capacity> <label-discharging>
format-discharging-underline = ${self.format-charging-underline}
format-full-prefix = " "
format-full-prefix-foreground = ${colors.foreground-alt}
format-full-underline = ${self.format-charging-underline}
ramp-capacity-0 = 
ramp-capacity-1 = 
ramp-capacity-2 = 
ramp-capacity-3 = 
ramp-capacity-4 = 
<!-- ramp-capacity-foreground = ${colors.foreground-alt} -->
animation-charging-0 = 
animation-charging-1 = 
animation-charging-2 = 
animation-charging-foreground = ${colors.foreground-alt}
animation-charging-framerate = 750
[module/battery2]
inherit = module/battery1
battery = BAT1

25
.ssh/config Normal file
View File

@@ -0,0 +1,25 @@
Host *
ForwardX11 yes
PermitLocalCommand yes
#LocalCommand tar c -C${HOME} --exclude="dotfiles/.git" --exclude=".zim/.git" dotfiles .zim | ssh -o PermitLocalCommand=no %n "tar mx -C${HOME}; bash ~/dotfiles/dotfiles_setup.sh ; chsh -s /bin/zsh"
Host summonerapi
HostName 46.4.78.43
Host biodata0
User bauer
HostName biodata0.compbiol.bio.tu-darmstadt.de
Host bioclust
User bauer
HostName bioclust.bio.tu-darmstadt.de
Host bioinfo4
HostName 10.0.0.4
User bauer
ProxyCommand ssh -q biodata0 nc -q0 %h 22
Host lcluster?*
User yg38ymab
ForwardX11 yes
HostName %h.hrz.tu-darmstadt.de

1
.zshrc
View File

@@ -28,6 +28,7 @@ source $HOME/.zshrc_local
fi
# alter path
export PATH="$HOME/.cargo/bin:$PATH"
export PATH="/opt/pymol:${PATH}"
export PATH="$HOME/anaconda3/bin:${PATH}" # binaries
export PATH="$HOME/bin:${PATH}" # binaries