mirror of
https://github.com/dnlbauer/dotfiles.git
synced 2026-09-10 21:45:30 +00:00
Merge branch 'master' of https://github.com/danijoo/dotfiles
This commit is contained in:
@@ -99,6 +99,7 @@ bindsym $mod+a focus parent
|
|||||||
# focus the child container
|
# focus the child container
|
||||||
#bindsym $mod+d focus child
|
#bindsym $mod+d focus child
|
||||||
|
|
||||||
|
set $workspace0 0
|
||||||
set $workspace1 1
|
set $workspace1 1
|
||||||
set $workspace2 2
|
set $workspace2 2
|
||||||
set $workspace3 3
|
set $workspace3 3
|
||||||
@@ -113,6 +114,7 @@ set $workspace9 9
|
|||||||
#
|
#
|
||||||
|
|
||||||
# switch to workspace
|
# switch to workspace
|
||||||
|
bindsym $mod+0 workspace $workspace0
|
||||||
bindsym $mod+1 workspace $workspace1
|
bindsym $mod+1 workspace $workspace1
|
||||||
bindsym $mod+2 workspace $workspace2
|
bindsym $mod+2 workspace $workspace2
|
||||||
bindsym $mod+3 workspace $workspace3
|
bindsym $mod+3 workspace $workspace3
|
||||||
@@ -124,6 +126,7 @@ bindsym $mod+8 workspace $workspace8
|
|||||||
bindsym $mod+9 workspace $workspace9
|
bindsym $mod+9 workspace $workspace9
|
||||||
|
|
||||||
# move focused container to workspace
|
# 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+1 move container to workspace $workspace1
|
||||||
bindsym $mod+Shift+2 move container to workspace $workspace2
|
bindsym $mod+Shift+2 move container to workspace $workspace2
|
||||||
bindsym $mod+Shift+3 move container to workspace $workspace3
|
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
|
exec_always --no-startup-id ~/.config/polybar/polybar.sh
|
||||||
|
|
||||||
workspace $workspace1 output HDMI-0
|
|
||||||
workspace $workspace7 output DP-0
|
workspace $workspace7 output DP-0
|
||||||
workspace $workspace8 output DP-0
|
workspace $workspace8 output DP-0
|
||||||
workspace $workspace9 output DP-0
|
workspace $workspace9 output DP-0
|
||||||
|
|
||||||
|
|
||||||
for_window [window_role="pop-up"] floating enable
|
for_window [window_role="pop-up"] floating enable
|
||||||
for_window [class="Tk"] floating enable
|
for_window [class="Tk"] floating enable
|
||||||
for_window [title="PyMOL Viewer"] floating enable
|
for_window [title="PyMOL Viewer"] floating enable
|
||||||
|
|||||||
@@ -71,7 +71,7 @@ inherit = bar/example
|
|||||||
modules-left = i3
|
modules-left = i3
|
||||||
tray-position = right
|
tray-position = right
|
||||||
tray-padding = 2
|
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
|
modules-center = xwindow
|
||||||
|
|
||||||
[module/xwindow]
|
[module/xwindow]
|
||||||
@@ -306,32 +306,6 @@ bar-volume-empty = -
|
|||||||
bar-volume-empty-font = 2
|
bar-volume-empty-font = 2
|
||||||
bar-volume-empty-foreground = ${colors.foreground-alt}
|
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]
|
[module/temperature]
|
||||||
type = internal/temperature
|
type = internal/temperature
|
||||||
@@ -405,3 +379,36 @@ interval = 1
|
|||||||
tail = false
|
tail = false
|
||||||
format = <label>
|
format = <label>
|
||||||
; vim:ft=dosini
|
; 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
25
.ssh/config
Normal 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
1
.zshrc
@@ -28,6 +28,7 @@ source $HOME/.zshrc_local
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
# alter path
|
# alter path
|
||||||
|
export PATH="$HOME/.cargo/bin:$PATH"
|
||||||
export PATH="/opt/pymol:${PATH}"
|
export PATH="/opt/pymol:${PATH}"
|
||||||
export PATH="$HOME/anaconda3/bin:${PATH}" # binaries
|
export PATH="$HOME/anaconda3/bin:${PATH}" # binaries
|
||||||
export PATH="$HOME/bin:${PATH}" # binaries
|
export PATH="$HOME/bin:${PATH}" # binaries
|
||||||
|
|||||||
Reference in New Issue
Block a user