mirror of
https://github.com/dnlbauer/dotfiles.git
synced 2026-09-10 13:35:30 +00:00
Merge branch 'master' of https://github.com/danijoo/dotfiles
This commit is contained in:
@@ -99,11 +99,12 @@ 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
|
||||
set $workspace4 4
|
||||
set $workspace5 5
|
||||
set $workspace5 5
|
||||
set $workspace6 6
|
||||
set $workspace7 7
|
||||
#
|
||||
@@ -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
|
||||
|
||||
@@ -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
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
|
||||
Reference in New Issue
Block a user