From 86db5f696df9581be7298b523513f9b1c5f24fb9 Mon Sep 17 00:00:00 2001 From: Daniel Bauer Date: Fri, 14 Sep 2018 12:04:09 +0200 Subject: [PATCH 1/2] remove meta module --- .zimrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.zimrc b/.zimrc index 3cc218b..a8ae2b1 100644 --- a/.zimrc +++ b/.zimrc @@ -11,7 +11,7 @@ # Select what modules you would like enabled. # The second line of modules may depend on options set by modules in the first line. # These dependencies are noted on the respective module's README.md. -zmodules=(ssh directory environment git history input utility meta custom \ +zmodules=(ssh directory environment git history input utility custom \ syntax-highlighting history-substring-search prompt completion fasd) From 6675aa76cee49ec364754a62d7343b4b96f1c419 Mon Sep 17 00:00:00 2001 From: Daniel Bauer Date: Fri, 14 Sep 2018 12:14:13 +0200 Subject: [PATCH 2/2] polybar/i3 --- .config/i3/config_laptop | 239 -- .config/i3/i3blocks.conf | 78 - .config/i3/i3log | 6 - .config/i3/session | 3429 ----------------------------- .config/polybar/config | 8 + .config/polybar/config_laptop | 402 ---- .config/polybar/polybar.sh | 1 + .config/polybar/polybar_laptop.sh | 11 - 8 files changed, 9 insertions(+), 4165 deletions(-) delete mode 100644 .config/i3/config_laptop delete mode 100644 .config/i3/i3blocks.conf delete mode 100644 .config/i3/i3log delete mode 100644 .config/i3/session delete mode 100644 .config/polybar/config_laptop delete mode 100755 .config/polybar/polybar_laptop.sh diff --git a/.config/i3/config_laptop b/.config/i3/config_laptop deleted file mode 100644 index a4e214c..0000000 --- a/.config/i3/config_laptop +++ /dev/null @@ -1,239 +0,0 @@ -# This file has been auto-generated by i3-config-wizard(1). -# It will not be overwritten, so edit it as you like. -# -# Should you change your keyboard layout somewhen, delete -# this file and re-run i3-config-wizard(1). -# - -# i3 config file (v4) -# -# Please see http://i3wm.org/docs/userguide.html for a complete reference! -exec xrandr --auto --output DVI-D-0 --left-of HDMI-0 --primary - -set $mod Mod4 - -# Font for window titles. Will also be used by the bar unless a different font -# is used in the bar {} block below. ISO 10646 = Unicode -font -misc-fixed-medium-r-normal--13-120-75-75-C-70-iso10646-1 -# The font above is very space-efficient, that is, it looks good, sharp and -# clear in small sizes. However, if you need a lot of unicode glyphs or -# right-to-left text rendering, you should instead use pango for rendering and -# chose a FreeType font, such as: -font pango:Source Code Pro for Powerline, FontAwesome Regular, Icons 12.5 - -new_window 1pixel - -# Use Mouse+$mod to drag floating windows to their wanted position -floating_modifier $mod - -# start a terminal -bindsym $mod+Return exec i3-sensible-terminal - -# kill focused window -bindsym $mod+Shift+q kill - -# start dmenu (a program launcher) -#bindsym $mod+d exec dmenu_run - -# rofi -bindsym $mod+Tab exec rofi -show window -bindsym $mod+d exec "rofi -show combi -combi-modi window,drun" - - -# There also is the (new) i3-dmenu-desktop which only displays applications -# shipping a .desktop file. It is a wrapper around dmenu, so you need that -# installed. -# bindsym $mod+d exec --no-startup-id i3-dmenu-desktop - -# change focus -bindsym $mod+j focus left -bindsym $mod+k focus down -bindsym $mod+l focus up -bindsym $mod+semicolon focus right - -# alternatively, you can use the cursor keys: -bindsym $mod+Left focus left -bindsym $mod+Down focus down -bindsym $mod+Up focus up -bindsym $mod+Right focus right - -# move focused window -bindsym $mod+Shift+j move left -bindsym $mod+Shift+k move down -bindsym $mod+Shift+l move up -bindsym $mod+Shift+colon move right - -# alternatively, you can use the cursor keys: -bindsym $mod+Shift+Left move left -bindsym $mod+Shift+Down move down -bindsym $mod+Shift+Up move up -bindsym $mod+Shift+Right move right - -# move workspace left/right -bindsym $mod+Shift+greater move workspace to output left -bindsym $mod+Shift+less move workspace to output right - -# split in horizontal orientation -bindsym $mod+h split h - -# split in vertical orientation -bindsym $mod+v split v - -# enter fullscreen mode for the focused container -bindsym $mod+f fullscreen - -# change container layout (stacked, tabbed, toggle split) -bindsym $mod+s layout stacking -bindsym $mod+w layout tabbed -bindsym $mod+e layout toggle split - -# toggle tiling / floating -bindsym $mod+Shift+space floating toggle - -# change focus between tiling / floating windows -bindsym $mod+space focus mode_toggle - -# focus the parent container -bindsym $mod+a focus parent - -# focus the child container -#bindsym $mod+d focus child - -set $workspace1 1 -set $workspace2 2 -set $workspace3 3 -set $workspace4 4 -set $workspace5 5 -set $workspace6 6 -set $workspace7 7 - # -set $workspace8 8 -# -set $workspace9 9 -# - -# switch to workspace -bindsym $mod+1 workspace $workspace1 -bindsym $mod+2 workspace $workspace2 -bindsym $mod+3 workspace $workspace3 -bindsym $mod+4 workspace $workspace4 -bindsym $mod+5 workspace $workspace5 -bindsym $mod+6 workspace $workspace6 -bindsym $mod+7 workspace $workspace7 -bindsym $mod+8 workspace $workspace8 -bindsym $mod+9 workspace $workspace9 - -# move focused container to workspace -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 -bindsym $mod+Shift+4 move container to workspace $workspace4 -bindsym $mod+Shift+5 move container to workspace $workspace5 -bindsym $mod+Shift+6 move container to workspace $workspace6 -bindsym $mod+Shift+7 move container to workspace $workspace7 -bindsym $mod+Shift+8 move container to workspace $workspace8 -bindsym $mod+Shift+9 move container to workspace $workspace9 - -# reload the configuration file -bindsym $mod+Shift+c reload -# restart i3 inplace (preserves your layout/session, can be used to upgrade i3) -bindsym $mod+Shift+r restart -# exit i3 (logs you out of your X session) -bindsym $mod+Shift+e exec "i3-nagbar -t warning -m 'You pressed the exit shortcut. Do you really want to exit i3? This will end your X session.' -b 'Yes, exit i3' 'i3-msg exit'" - -# resize window (you can also use the mouse for that) -mode "resize" { - # These bindings trigger as soon as you enter the resize mode - - # Pressing left will shrink the window’s width. - # Pressing right will grow the window’s width. - # Pressing up will shrink the window’s height. - # Pressing down will grow the window’s height. - bindsym j resize shrink width 10 px or 10 ppt - bindsym k resize grow height 10 px or 10 ppt - bindsym l resize shrink height 10 px or 10 ppt - bindsym semicolon resize grow width 10 px or 10 ppt - - # same bindings, but for the arrow keys - bindsym Left resize shrink width 10 px or 10 ppt - bindsym Down resize grow height 10 px or 10 ppt - bindsym Up resize shrink height 10 px or 10 ppt - bindsym Right resize grow width 10 px or 10 ppt - - # back to normal: Enter or Escape - bindsym Return mode "default" - bindsym Escape mode "default" -} - -bindsym $mod+r mode "resize" - -# Start i3bar to display a workspace bar (plus the system information i3status -# finds out, if available) -#bar { -# position top -# status_command i3blocks -c ~/.i3/i3blocks.conf -#} - - -# hide window border -new_window 1pixel - -exec_always --no-startup-id ~/.config/polybar/polybar.sh - -workspace $workspace1 output DVI-D-0 -workspace $workspace7 output HDMI-0 -workspace $workspace8 output HDMI-0 -workspace $workspace9 output HDMI-0 - - -for_window [window_role="pop-up"] floating enable -for_window [class="Tk"] floating enable -for_window [title="PyMOL Viewer"] floating enable -for_window [class="Toplevel"] floating enable -for_window [title="VMD*"] floating enable -for_window [title="Area per Lipid*"] floating enable -for_window [title="MEMBPLUGIN"] floating enable -for_window [title="Figure*"] floating enable -for_window [window_role="conversation" class="Pidgin"] floating enable -for_window [class="Spotify"] move to workspace $workspace8 -assign [class="Thunderbird"] → $workspace9 -assign [class="Mendeley"] → $workspace7 -#assign [class="Spotify"] → $workspace8 -assign [title="Buddy List"] → $workspace9 -exec --no-startup-id thunderbird -#exec --no-startup-id mendeleydesktop -#exec --no-startup-id spotify -#exec --no-startup-id pidgin - - - -exec feh --bg-scale ~/wallpaper.jpg -#exec volumeicon -exec thunar --daemon -exec --no-startup-id xautolock -time 5 -locker 'i3lock -i ~/.lockscreen/`ls /home/bauer/lockscreens | shuf -n 1` -t -f' - -# Pulse Audio controls -bindsym --release XF86AudioLowerVolume exec --no-startup-id amixer sset Master 5%- #decrease sound volume -bindsym --release XF86AudioRaiseVolume exec --no-startup-id amixer sset Master 5%+ #increase sound volume -bindsym --release XF86AudioMute exec --no-startup-id amixer sset Master toggle # mute sound - -# Sreen brightness controls -bindsym XF86MonBrightnessUp exec xbacklight -inc 20 # increase screen brightness -bindsym XF86MonBrightnessDown exec xbacklight -dec 20 # decrease screen brightness - -# Touchpad controls -bindsym XF86TouchpadToggle exec /some/path/toggletouchpad.sh # toggle touchpad - -# Media player controls -bindsym XF86AudioPlay exec playerctl play-pause -bindsym XF86AudioNext exec playerctl next -bindsym XF86AudioPrev exec playerctl previous -bindsym XF86HomePage exec "i3lock -i ~/lockscreens/`ls ~/lockscreens | shuf -n 1` -t -f" - -# change ouput -bindsym $mod+Shift+s exec --no-startup-id ~/.config/i3/scripts/change_monitor.sh - -# reload workspace layouts -exec --no-startup-id "i3-msg 'workspace 9; append_layout /home/bauer/.i3/workspace-9.json'" - -exec --no-startup-id nm-applet diff --git a/.config/i3/i3blocks.conf b/.config/i3/i3blocks.conf deleted file mode 100644 index 3fd277b..0000000 --- a/.config/i3/i3blocks.conf +++ /dev/null @@ -1,78 +0,0 @@ -command=$SCRIPT_DIR/$BLOCK_NAME -full_text=| -color=#a0e8a0 -align=center -separator=false -separator_block_width=8 -markup=pango - -[spotify] -command=python /home/bauer/.i3/scripts/spotify.py -interval=5 -label= - -[separator] -color=#a89984 - -[cpu_usage] -command=/home/bauer/.i3/scripts/cpu_usage -interval=1 -label= - -[separator] -color=#a89984 - -[gpu] -command=/home/bauer/.i3/scripts/gpu -interval=1 -label= - -[separator] -color=#a89984 - -[memory] -command=/home/bauer/.i3/scripts/memory -interval=1 -label= - -[separator] -color=#a89984 - -[disk] -command=/home/bauer/.i3/scripts/disk -interval=1 -label= HDD - -[separator] -color=#a89984 - -[disk] -command=/home/bauer/.i3/scripts/ssd -interval=1 -label= SSD - - -[separator] -color=#a89984 - -[date] -command=date '+%a %d %B' -interval=5 - -[time] -command=date '+%R' -interval=5 - -[separator] -color=#a89984 - -#if you prefer automatic updating -[volume-pulseaudio] -command=/home/bauer/.i3/scripts/volume-pulseaudio -SF 3 -interval=persist - - -[shutdown_menu] -full_text=V -command=/home/bauer/.i3/scripts/shutdown_menu -c - diff --git a/.config/i3/i3log b/.config/i3/i3log deleted file mode 100644 index 4836d24..0000000 --- a/.config/i3/i3log +++ /dev/null @@ -1,6 +0,0 @@ -11.11.2016 10:11:58 - ERROR: Using Xinerama instead of RandR. This option should be avoided at all cost because it does not refresh the list of screens, so you cannot configure displays at runtime. Please check if your driver really does not support RandR and disable this option as soon as you can. -11.11.2016 10:11:58 - i3 4.7.2 (2014-01-23, branch "tags/4.7.2") starting -11.11.2016 10:11:58 - Parsing configfile /home/bauer/.i3/config -deciding for version 4 due to this line: # i3 config file (v4) -11.11.2016 10:11:58 - [libi3] libi3/font.c Using X font -misc-fixed-medium-r-normal--13-120-75-75-C-70-iso10646-1 -ERROR: Another window manager seems to be running (X error 10) diff --git a/.config/i3/session b/.config/i3/session deleted file mode 100644 index 6f172c4..0000000 --- a/.config/i3/session +++ /dev/null @@ -1,3429 +0,0 @@ -(dp0 -Vfullscreen_mode -p1 -I0 -sVorientation -p2 -Vhorizontal -p3 -sVfocus -p4 -(lp5 -I19560416 -aI21632144 -aI19506208 -asVsticky -p6 -I00 -sVurgent -p7 -I00 -sVlast_split_layout -p8 -Vsplith -p9 -sVfloating -p10 -Vauto_off -p11 -sVborder -p12 -Vnormal -p13 -sVid -p14 -I19503680 -sVcurrent_border_width -p15 -I-1 -sVlayout -p16 -Vsplith -p17 -sVpercent -p18 -F1.0 -sVworkspace_layout -p19 -Vdefault -p20 -sVwindow -p21 -NsVnodes -p22 -(lp23 -(dp24 -Vfullscreen_mode -p25 -I0 -sVorientation -p26 -Vnone -p27 -sVfocus -p28 -(lp29 -I19506672 -asVsticky -p30 -I00 -sVurgent -p31 -I00 -sVlast_split_layout -p32 -Vsplith -p33 -sVfloating -p34 -Vauto_off -p35 -sVborder -p36 -Vnormal -p37 -sVid -p38 -I19506208 -sVcurrent_border_width -p39 -I-1 -sVlayout -p40 -Voutput -p41 -sVpercent -p42 -F0.3333333333333333 -sVworkspace_layout -p43 -Vdefault -p44 -sVwindow -p45 -NsVnodes -p46 -(lp47 -(dp48 -Vfullscreen_mode -p49 -I0 -sVorientation -p50 -Vhorizontal -p51 -sVfocus -p52 -(lp53 -I19507136 -asVsticky -p54 -I00 -sVurgent -p55 -I00 -sVlast_split_layout -p56 -Vsplith -p57 -sVfloating -p58 -Vauto_off -p59 -sVborder -p60 -Vnormal -p61 -sVid -p62 -I19506672 -sVcurrent_border_width -p63 -I-1 -sVlayout -p64 -Vsplith -p65 -sVpercent -p66 -F1.0 -sVworkspace_layout -p67 -Vdefault -p68 -sVwindow -p69 -NsVnodes -p70 -(lp71 -(dp72 -Vfullscreen_mode -p73 -I1 -sVorientation -p74 -Vnone -p75 -sVfocus -p76 -(lp77 -sVsticky -p78 -I00 -sVurgent -p79 -I00 -sVnum -p80 -I-1 -sVlast_split_layout -p81 -Vsplith -p82 -sVfloating -p83 -Vauto_off -p84 -sVborder -p85 -Vnormal -p86 -sVid -p87 -I19507136 -sVcurrent_border_width -p88 -I-1 -sVlayout -p89 -Vsplith -p90 -sVpercent -p91 -F1.0 -sVworkspace_layout -p92 -Vdefault -p93 -sVwindow -p94 -NsVnodes -p95 -(lp96 -sVtype -p97 -Vworkspace -p98 -sVdeco_rect -p99 -(dp100 -Vy -p101 -I0 -sVx -p102 -I0 -sVheight -p103 -I0 -sVwidth -p104 -I0 -ssVswallows -p105 -(lp106 -sVfocused -p107 -I00 -sVscratchpad_state -p108 -Vnone -p109 -sVrect -p110 -(dp111 -g101 -I0 -sg102 -I0 -sVheight -p112 -I0 -sVwidth -p113 -I0 -ssVwindow_rect -p114 -(dp115 -g101 -I0 -sg102 -I0 -sVheight -p116 -I0 -sVwidth -p117 -I0 -ssVname -p118 -V__i3_scratch -p119 -sVgeometry -p120 -(dp121 -g101 -I0 -sg102 -I0 -sVheight -p122 -I0 -sVwidth -p123 -I0 -ssVfloating_nodes -p124 -(lp125 -sVoutput -p126 -V__i3 -p127 -sasVtype -p128 -Vcon -p129 -sVdeco_rect -p130 -(dp131 -g101 -I0 -sg102 -I0 -sVheight -p132 -I0 -sVwidth -p133 -I0 -ssVswallows -p134 -(lp135 -sVfocused -p136 -I00 -sVscratchpad_state -p137 -Vnone -p138 -sVrect -p139 -(dp140 -g101 -I0 -sg102 -I0 -sVheight -p141 -I0 -sVwidth -p142 -I0 -ssVwindow_rect -p143 -(dp144 -g101 -I0 -sg102 -I0 -sVheight -p145 -I0 -sVwidth -p146 -I0 -ssVname -p147 -Vcontent -p148 -sVgeometry -p149 -(dp150 -g101 -I0 -sg102 -I0 -sVheight -p151 -I0 -sVwidth -p152 -I0 -ssVfloating_nodes -p153 -(lp154 -sVoutput -p155 -V__i3 -p156 -sasVtype -p157 -Voutput -p158 -sVdeco_rect -p159 -(dp160 -g101 -I0 -sg102 -I0 -sVheight -p161 -I0 -sVwidth -p162 -I0 -ssVswallows -p163 -(lp164 -sVfocused -p165 -I00 -sVscratchpad_state -p166 -Vnone -p167 -sVrect -p168 -(dp169 -g101 -I0 -sg102 -I0 -sVheight -p170 -I1080 -sVwidth -p171 -I1920 -ssVwindow_rect -p172 -(dp173 -g101 -I0 -sg102 -I0 -sVheight -p174 -I0 -sVwidth -p175 -I0 -ssVname -p176 -V__i3 -p177 -sVgeometry -p178 -(dp179 -g101 -I0 -sg102 -I0 -sVheight -p180 -I0 -sVwidth -p181 -I0 -ssVfloating_nodes -p182 -(lp183 -sa(dp184 -Vfullscreen_mode -p185 -I0 -sVorientation -p186 -Vnone -p187 -sVfocus -p188 -(lp189 -I19564144 -aI19560880 -aI19605904 -asVsticky -p190 -I00 -sVurgent -p191 -I00 -sVlast_split_layout -p192 -Vsplith -p193 -sVfloating -p194 -Vauto_off -p195 -sVborder -p196 -Vnormal -p197 -sVid -p198 -I19560416 -sVcurrent_border_width -p199 -I-1 -sVlayout -p200 -Voutput -p201 -sVpercent -p202 -F0.3333333333333333 -sVworkspace_layout -p203 -Vdefault -p204 -sVwindow -p205 -NsVnodes -p206 -(lp207 -(dp208 -Vfullscreen_mode -p209 -I0 -sVorientation -p210 -Vnone -p211 -sVfocus -p212 -(lp213 -I19857344 -asVsticky -p214 -I00 -sVurgent -p215 -I00 -sVlast_split_layout -p216 -Vsplith -p217 -sVfloating -p218 -Vauto_off -p219 -sVborder -p220 -Vnormal -p221 -sVid -p222 -I19560880 -sVcurrent_border_width -p223 -I-1 -sVlayout -p224 -Vdockarea -p225 -sVpercent -p226 -F0.3333333333333333 -sVworkspace_layout -p227 -Vdefault -p228 -sVwindow -p229 -NsVnodes -p230 -(lp231 -(dp232 -Vwindow_properties -p233 -(dp234 -Vinstance -p235 -Vi3bar -p236 -sVtransient_for -p237 -NsVclass -p238 -Vi3bar -p239 -sVtitle -p240 -Vi3bar for output DVI-D-0 -p241 -ssVfullscreen_mode -p242 -I0 -sVorientation -p243 -Vnone -p244 -sVprocess -p245 -S'i3bar' -p246 -sVfocus -p247 -(lp248 -sVsticky -p249 -I00 -sVurgent -p250 -I00 -sVlast_split_layout -p251 -Vsplith -p252 -sVfloating -p253 -Vauto_off -p254 -sVborder -p255 -Vnormal -p256 -sVid -p257 -I19857344 -sVcurrent_border_width -p258 -I2 -sVlayout -p259 -Vsplith -p260 -sVpercent -p261 -F1.0 -sVworkspace_layout -p262 -Vdefault -p263 -sVwindow -p264 -I8388622 -sVnodes -p265 -(lp266 -sVtype -p267 -Vcon -p268 -sVdeco_rect -p269 -(dp270 -g101 -I0 -sg102 -I0 -sVheight -p271 -I0 -sVwidth -p272 -I0 -ssVswallows -p273 -(lp274 -sVfocused -p275 -I00 -sVscratchpad_state -p276 -Vnone -p277 -sVrect -p278 -(dp279 -g101 -I0 -sg102 -I0 -sVheight -p280 -I19 -sVwidth -p281 -I1920 -ssVwindow_rect -p282 -(dp283 -g101 -I0 -sg102 -I0 -sVheight -p284 -I19 -sVwidth -p285 -I1920 -ssVname -p286 -Vi3bar for output DVI-D-0 -p287 -sVgeometry -p288 -(dp289 -g101 -I1061 -sg102 -I0 -sVheight -p290 -I19 -sVwidth -p291 -I1920 -ssVfloating_nodes -p292 -(lp293 -sVoutput -p294 -VDVI-D-0 -p295 -sasVtype -p296 -Vdockarea -p297 -sVdeco_rect -p298 -(dp299 -g101 -I0 -sg102 -I0 -sVheight -p300 -I0 -sVwidth -p301 -I0 -ssVswallows -p302 -(lp303 -(dp304 -Vdock -p305 -I2 -sVinsert_where -p306 -I2 -sasVfocused -p307 -I00 -sVscratchpad_state -p308 -Vnone -p309 -sVrect -p310 -(dp311 -g101 -I0 -sg102 -I0 -sVheight -p312 -I19 -sVwidth -p313 -I1920 -ssVwindow_rect -p314 -(dp315 -g101 -I0 -sg102 -I0 -sVheight -p316 -I0 -sVwidth -p317 -I0 -ssVname -p318 -Vtopdock -p319 -sVgeometry -p320 -(dp321 -g101 -I0 -sg102 -I0 -sVheight -p322 -I0 -sVwidth -p323 -I0 -ssVfloating_nodes -p324 -(lp325 -sVoutput -p326 -VDVI-D-0 -p327 -sa(dp328 -Vfullscreen_mode -p329 -I0 -sVorientation -p330 -Vhorizontal -p331 -sVfocus -p332 -(lp333 -I19762768 -aI19597344 -asVsticky -p334 -I00 -sVurgent -p335 -I00 -sVlast_split_layout -p336 -Vsplith -p337 -sVfloating -p338 -Vauto_off -p339 -sVborder -p340 -Vnormal -p341 -sVid -p342 -I19564144 -sVcurrent_border_width -p343 -I-1 -sVlayout -p344 -Vsplith -p345 -sVpercent -p346 -F0.3333333333333333 -sVworkspace_layout -p347 -Vdefault -p348 -sVwindow -p349 -NsVnodes -p350 -(lp351 -(dp352 -Vfullscreen_mode -p353 -I0 -sVorientation -p354 -Vhorizontal -p355 -sVfocus -p356 -(lp357 -I19583856 -asVsticky -p358 -I00 -sVurgent -p359 -I00 -sVnum -p360 -I1 -sVlast_split_layout -p361 -Vsplith -p362 -sVfloating -p363 -Vauto_off -p364 -sVborder -p365 -Vnormal -p366 -sVid -p367 -I19597344 -sVcurrent_border_width -p368 -I-1 -sVlayout -p369 -Vsplith -p370 -sVpercent -p371 -F1.0 -sVworkspace_layout -p372 -Vstacked -p373 -sVwindow -p374 -NsVnodes -p375 -(lp376 -(dp377 -Vfullscreen_mode -p378 -I0 -sVorientation -p379 -Vhorizontal -p380 -sVfocus -p381 -(lp382 -I19537920 -asVsticky -p383 -I00 -sVurgent -p384 -I00 -sVlast_split_layout -p385 -Vsplith -p386 -sVfloating -p387 -Vauto_off -p388 -sVborder -p389 -Vnormal -p390 -sVid -p391 -I19583856 -sVcurrent_border_width -p392 -I-1 -sVlayout -p393 -Vsplith -p394 -sVpercent -p395 -F1.0 -sVworkspace_layout -p396 -Vdefault -p397 -sVwindow -p398 -NsVnodes -p399 -(lp400 -(dp401 -Vwindow_properties -p402 -(dp403 -Vinstance -p404 -Vterminator -p405 -sVtransient_for -p406 -NsVclass -p407 -VTerminator -p408 -sVtitle -p409 -Vbauer@bioinfo4: ~/Lehre/ModulBioinformatik/Praktikum/Solutions -p410 -ssVfullscreen_mode -p411 -I0 -sVorientation -p412 -Vnone -p413 -sg245 -S'terminator' -p414 -sVfocus -p415 -(lp416 -sVsticky -p417 -I00 -sVurgent -p418 -I00 -sVlast_split_layout -p419 -Vsplith -p420 -sVfloating -p421 -Vauto_off -p422 -sVborder -p423 -Vnormal -p424 -sVid -p425 -I19537920 -sVcurrent_border_width -p426 -I2 -sVlayout -p427 -Vsplith -p428 -sVpercent -p429 -F1.0 -sVworkspace_layout -p430 -Vdefault -p431 -sVwindow -p432 -I10485767 -sVnodes -p433 -(lp434 -sVtype -p435 -Vcon -p436 -sVdeco_rect -p437 -(dp438 -g101 -I0 -sg102 -I0 -sVheight -p439 -I18 -sVwidth -p440 -I1920 -ssVswallows -p441 -(lp442 -sVfocused -p443 -I00 -sVscratchpad_state -p444 -Vnone -p445 -sVrect -p446 -(dp447 -g101 -I37 -sg102 -I0 -sVheight -p448 -I1043 -sVwidth -p449 -I1920 -ssVwindow_rect -p450 -(dp451 -g101 -I0 -sg102 -I2 -sVheight -p452 -I1041 -sVwidth -p453 -I1916 -ssVname -p454 -Vbauer@bioinfo4: ~/Lehre/ModulBioinformatik/Praktikum/Solutions -p455 -sVgeometry -p456 -(dp457 -g101 -I0 -sg102 -I0 -sVheight -p458 -I478 -sVwidth -p459 -I734 -ssVfloating_nodes -p460 -(lp461 -sVoutput -p462 -VDVI-D-0 -p463 -sasVtype -p464 -Vcon -p465 -sVdeco_rect -p466 -(dp467 -g101 -I0 -sg102 -I0 -sVheight -p468 -I0 -sVwidth -p469 -I0 -ssVswallows -p470 -(lp471 -sVfocused -p472 -I00 -sVscratchpad_state -p473 -Vnone -p474 -sVrect -p475 -(dp476 -g101 -I19 -sg102 -I0 -sVheight -p477 -I1061 -sVwidth -p478 -I1920 -ssVwindow_rect -p479 -(dp480 -g101 -I0 -sg102 -I0 -sVheight -p481 -I0 -sVwidth -p482 -I0 -ssVname -p483 -NsVgeometry -p484 -(dp485 -g101 -I0 -sg102 -I0 -sVheight -p486 -I0 -sVwidth -p487 -I0 -ssVfloating_nodes -p488 -(lp489 -sVoutput -p490 -VDVI-D-0 -p491 -sasVtype -p492 -Vworkspace -p493 -sVdeco_rect -p494 -(dp495 -g101 -I0 -sg102 -I0 -sVheight -p496 -I0 -sVwidth -p497 -I0 -ssVswallows -p498 -(lp499 -sVfocused -p500 -I00 -sVscratchpad_state -p501 -Vnone -p502 -sVrect -p503 -(dp504 -g101 -I19 -sg102 -I0 -sVheight -p505 -I1061 -sVwidth -p506 -I1920 -ssVwindow_rect -p507 -(dp508 -g101 -I0 -sg102 -I0 -sVheight -p509 -I0 -sVwidth -p510 -I0 -ssVname -p511 -V1 -p512 -sVgeometry -p513 -(dp514 -g101 -I0 -sg102 -I0 -sVheight -p515 -I0 -sVwidth -p516 -I0 -ssVfloating_nodes -p517 -(lp518 -sVoutput -p519 -VDVI-D-0 -p520 -sa(dp521 -Vfullscreen_mode -p522 -I1 -sVorientation -p523 -Vhorizontal -p524 -sVfocus -p525 -(lp526 -I19862336 -aI19850144 -asVsticky -p527 -I00 -sVurgent -p528 -I00 -sVnum -p529 -I2 -sVlast_split_layout -p530 -Vsplith -p531 -sVfloating -p532 -Vauto_off -p533 -sVborder -p534 -Vnormal -p535 -sVid -p536 -I19762768 -sVcurrent_border_width -p537 -I-1 -sVlayout -p538 -Vsplith -p539 -sVpercent -p540 -NsVworkspace_layout -p541 -Vdefault -p542 -sVwindow -p543 -NsVnodes -p544 -(lp545 -(dp546 -Vwindow_properties -p547 -(dp548 -Vinstance -p549 -VNavigator -p550 -sVtransient_for -p551 -NsVwindow_role -p552 -Vbrowser -p553 -sVclass -p554 -VFirefox -p555 -sVtitle -p556 -VGitHub - joepestro/i3session: The missing session manager for i3-wm - Mozilla Firefox -p557 -ssVfullscreen_mode -p558 -I0 -sVorientation -p559 -Vnone -p560 -sg245 -S'firefox' -p561 -sVfocus -p562 -(lp563 -sVsticky -p564 -I00 -sVurgent -p565 -I00 -sVlast_split_layout -p566 -Vsplith -p567 -sVfloating -p568 -Vauto_off -p569 -sVborder -p570 -Vnormal -p571 -sVid -p572 -I19850144 -sVcurrent_border_width -p573 -I2 -sVlayout -p574 -Vsplith -p575 -sVpercent -p576 -F0.5 -sVworkspace_layout -p577 -Vdefault -p578 -sVwindow -p579 -I44040208 -sVnodes -p580 -(lp581 -sVtype -p582 -Vcon -p583 -sVdeco_rect -p584 -(dp585 -g101 -I0 -sg102 -I0 -sVheight -p586 -I18 -sVwidth -p587 -I960 -ssVswallows -p588 -(lp589 -sVfocused -p590 -I00 -sVscratchpad_state -p591 -Vnone -p592 -sVrect -p593 -(dp594 -g101 -I37 -sg102 -I0 -sVheight -p595 -I1043 -sVwidth -p596 -I960 -ssVwindow_rect -p597 -(dp598 -g101 -I0 -sg102 -I2 -sVheight -p599 -I1041 -sVwidth -p600 -I956 -ssVname -p601 -VGitHub - joepestro/i3session: The missing session manager for i3-wm - Mozilla Firefox -p602 -sVgeometry -p603 -(dp604 -g101 -I0 -sg102 -I0 -sVheight -p605 -I1041 -sVwidth -p606 -I1916 -ssVfloating_nodes -p607 -(lp608 -sVoutput -p609 -VDVI-D-0 -p610 -sa(dp611 -Vwindow_properties -p612 -(dp613 -Vinstance -p614 -Vterminator -p615 -sVtransient_for -p616 -NsVclass -p617 -VTerminator -p618 -sVtitle -p619 -Vbauer: i3session save -p620 -ssVfullscreen_mode -p621 -I0 -sVorientation -p622 -Vnone -p623 -sg245 -S'terminator' -p624 -sVfocus -p625 -(lp626 -sVsticky -p627 -I00 -sVurgent -p628 -I00 -sVlast_split_layout -p629 -Vsplith -p630 -sVfloating -p631 -Vauto_off -p632 -sVborder -p633 -Vnormal -p634 -sVid -p635 -I19862336 -sVcurrent_border_width -p636 -I2 -sVlayout -p637 -Vsplith -p638 -sVpercent -p639 -F0.5 -sVworkspace_layout -p640 -Vdefault -p641 -sVwindow -p642 -I46137351 -sVnodes -p643 -(lp644 -sVtype -p645 -Vcon -p646 -sVdeco_rect -p647 -(dp648 -g101 -I0 -sg102 -I960 -sVheight -p649 -I18 -sVwidth -p650 -I960 -ssVswallows -p651 -(lp652 -sVfocused -p653 -I01 -sVscratchpad_state -p654 -Vnone -p655 -sVrect -p656 -(dp657 -g101 -I37 -sg102 -I960 -sVheight -p658 -I1043 -sVwidth -p659 -I960 -ssVwindow_rect -p660 -(dp661 -g101 -I0 -sg102 -I2 -sVheight -p662 -I1041 -sVwidth -p663 -I956 -ssVname -p664 -Vbauer: i3session save -p665 -sVgeometry -p666 -(dp667 -g101 -I0 -sg102 -I0 -sVheight -p668 -I478 -sVwidth -p669 -I734 -ssVfloating_nodes -p670 -(lp671 -sVoutput -p672 -VDVI-D-0 -p673 -sasVtype -p674 -Vworkspace -p675 -sVdeco_rect -p676 -(dp677 -g101 -I0 -sg102 -I0 -sVheight -p678 -I0 -sVwidth -p679 -I0 -ssVswallows -p680 -(lp681 -sVfocused -p682 -I00 -sVscratchpad_state -p683 -Vnone -p684 -sVrect -p685 -(dp686 -g101 -I19 -sg102 -I0 -sVheight -p687 -I1061 -sVwidth -p688 -I1920 -ssVwindow_rect -p689 -(dp690 -g101 -I0 -sg102 -I0 -sVheight -p691 -I0 -sVwidth -p692 -I0 -ssVname -p693 -V2 -p694 -sVgeometry -p695 -(dp696 -g101 -I0 -sg102 -I0 -sVheight -p697 -I0 -sVwidth -p698 -I0 -ssVfloating_nodes -p699 -(lp700 -sVoutput -p701 -VDVI-D-0 -p702 -sasVtype -p703 -Vcon -p704 -sVdeco_rect -p705 -(dp706 -g101 -I0 -sg102 -I0 -sVheight -p707 -I0 -sVwidth -p708 -I0 -ssVswallows -p709 -(lp710 -sVfocused -p711 -I00 -sVscratchpad_state -p712 -Vnone -p713 -sVrect -p714 -(dp715 -g101 -I19 -sg102 -I0 -sVheight -p716 -I1061 -sVwidth -p717 -I1920 -ssVwindow_rect -p718 -(dp719 -g101 -I0 -sg102 -I0 -sVheight -p720 -I0 -sVwidth -p721 -I0 -ssVname -p722 -Vcontent -p723 -sVgeometry -p724 -(dp725 -g101 -I0 -sg102 -I0 -sVheight -p726 -I0 -sVwidth -p727 -I0 -ssVfloating_nodes -p728 -(lp729 -sVoutput -p730 -VDVI-D-0 -p731 -sa(dp732 -Vfullscreen_mode -p733 -I0 -sVorientation -p734 -Vnone -p735 -sVfocus -p736 -(lp737 -sVsticky -p738 -I00 -sVurgent -p739 -I00 -sVlast_split_layout -p740 -Vsplith -p741 -sVfloating -p742 -Vauto_off -p743 -sVborder -p744 -Vnormal -p745 -sVid -p746 -I19605904 -sVcurrent_border_width -p747 -I-1 -sVlayout -p748 -Vdockarea -p749 -sVpercent -p750 -F0.3333333333333333 -sVworkspace_layout -p751 -Vdefault -p752 -sVwindow -p753 -NsVnodes -p754 -(lp755 -sVtype -p756 -Vdockarea -p757 -sVdeco_rect -p758 -(dp759 -g101 -I0 -sg102 -I0 -sVheight -p760 -I0 -sVwidth -p761 -I0 -ssVswallows -p762 -(lp763 -(dp764 -Vdock -p765 -I3 -sVinsert_where -p766 -I2 -sasVfocused -p767 -I00 -sVscratchpad_state -p768 -Vnone -p769 -sVrect -p770 -(dp771 -g101 -I1080 -sg102 -I0 -sVheight -p772 -I0 -sVwidth -p773 -I1920 -ssVwindow_rect -p774 -(dp775 -g101 -I0 -sg102 -I0 -sVheight -p776 -I0 -sVwidth -p777 -I0 -ssVname -p778 -Vbottomdock -p779 -sVgeometry -p780 -(dp781 -g101 -I0 -sg102 -I0 -sVheight -p782 -I0 -sVwidth -p783 -I0 -ssVfloating_nodes -p784 -(lp785 -sVoutput -p786 -VDVI-D-0 -p787 -sasVtype -p788 -Voutput -p789 -sVdeco_rect -p790 -(dp791 -g101 -I0 -sg102 -I0 -sVheight -p792 -I0 -sVwidth -p793 -I0 -ssVswallows -p794 -(lp795 -sVfocused -p796 -I00 -sVscratchpad_state -p797 -Vnone -p798 -sVrect -p799 -(dp800 -g101 -I0 -sg102 -I0 -sVheight -p801 -I1080 -sVwidth -p802 -I1920 -ssVwindow_rect -p803 -(dp804 -g101 -I0 -sg102 -I0 -sVheight -p805 -I0 -sVwidth -p806 -I0 -ssVname -p807 -VDVI-D-0 -p808 -sVgeometry -p809 -(dp810 -g101 -I0 -sg102 -I0 -sVheight -p811 -I0 -sVwidth -p812 -I0 -ssVfloating_nodes -p813 -(lp814 -sa(dp815 -Vfullscreen_mode -p816 -I0 -sVorientation -p817 -Vnone -p818 -sVfocus -p819 -(lp820 -I19787744 -aI19861872 -aI21631456 -asVsticky -p821 -I00 -sVurgent -p822 -I00 -sVlast_split_layout -p823 -Vsplith -p824 -sVfloating -p825 -Vauto_off -p826 -sVborder -p827 -Vnormal -p828 -sVid -p829 -I21632144 -sVcurrent_border_width -p830 -I-1 -sVlayout -p831 -Voutput -p832 -sVpercent -p833 -F0.3333333333333333 -sVworkspace_layout -p834 -Vdefault -p835 -sVwindow -p836 -NsVnodes -p837 -(lp838 -(dp839 -Vfullscreen_mode -p840 -I0 -sVorientation -p841 -Vnone -p842 -sVfocus -p843 -(lp844 -I19542880 -asVsticky -p845 -I00 -sVurgent -p846 -I00 -sVlast_split_layout -p847 -Vsplith -p848 -sVfloating -p849 -Vauto_off -p850 -sVborder -p851 -Vnormal -p852 -sVid -p853 -I19861872 -sVcurrent_border_width -p854 -I-1 -sVlayout -p855 -Vdockarea -p856 -sVpercent -p857 -NsVworkspace_layout -p858 -Vdefault -p859 -sVwindow -p860 -NsVnodes -p861 -(lp862 -(dp863 -Vwindow_properties -p864 -(dp865 -Vinstance -p866 -Vi3bar -p867 -sVtransient_for -p868 -NsVclass -p869 -Vi3bar -p870 -sVtitle -p871 -Vi3bar for output HDMI-0 -p872 -ssVfullscreen_mode -p873 -I0 -sVorientation -p874 -Vnone -p875 -sg245 -S'i3bar' -p876 -sVfocus -p877 -(lp878 -sVsticky -p879 -I00 -sVurgent -p880 -I00 -sVlast_split_layout -p881 -Vsplith -p882 -sVfloating -p883 -Vauto_off -p884 -sVborder -p885 -Vnormal -p886 -sVid -p887 -I19542880 -sVcurrent_border_width -p888 -I2 -sVlayout -p889 -Vsplith -p890 -sVpercent -p891 -F1.0 -sVworkspace_layout -p892 -Vdefault -p893 -sVwindow -p894 -I8388652 -sVnodes -p895 -(lp896 -sVtype -p897 -Vcon -p898 -sVdeco_rect -p899 -(dp900 -g101 -I0 -sg102 -I0 -sVheight -p901 -I0 -sVwidth -p902 -I0 -ssVswallows -p903 -(lp904 -sVfocused -p905 -I00 -sVscratchpad_state -p906 -Vnone -p907 -sVrect -p908 -(dp909 -g101 -I0 -sg102 -I1920 -sVheight -p910 -I19 -sVwidth -p911 -I1920 -ssVwindow_rect -p912 -(dp913 -g101 -I0 -sg102 -I0 -sVheight -p914 -I19 -sVwidth -p915 -I1920 -ssVname -p916 -Vi3bar for output HDMI-0 -p917 -sVgeometry -p918 -(dp919 -g101 -I1061 -sg102 -I1920 -sVheight -p920 -I19 -sVwidth -p921 -I1920 -ssVfloating_nodes -p922 -(lp923 -sVoutput -p924 -VHDMI-0 -p925 -sasVtype -p926 -Vdockarea -p927 -sVdeco_rect -p928 -(dp929 -g101 -I0 -sg102 -I0 -sVheight -p930 -I0 -sVwidth -p931 -I0 -ssVswallows -p932 -(lp933 -(dp934 -Vdock -p935 -I2 -sVinsert_where -p936 -I2 -sasVfocused -p937 -I00 -sVscratchpad_state -p938 -Vnone -p939 -sVrect -p940 -(dp941 -g101 -I0 -sg102 -I1920 -sVheight -p942 -I19 -sVwidth -p943 -I1920 -ssVwindow_rect -p944 -(dp945 -g101 -I0 -sg102 -I0 -sVheight -p946 -I0 -sVwidth -p947 -I0 -ssVname -p948 -Vtopdock -p949 -sVgeometry -p950 -(dp951 -g101 -I0 -sg102 -I0 -sVheight -p952 -I0 -sVwidth -p953 -I0 -ssVfloating_nodes -p954 -(lp955 -sVoutput -p956 -VHDMI-0 -p957 -sa(dp958 -Vfullscreen_mode -p959 -I0 -sVorientation -p960 -Vhorizontal -p961 -sVfocus -p962 -(lp963 -I19535856 -aI19526224 -asVsticky -p964 -I00 -sVurgent -p965 -I00 -sVlast_split_layout -p966 -Vsplith -p967 -sVfloating -p968 -Vauto_off -p969 -sVborder -p970 -Vnormal -p971 -sVid -p972 -I19787744 -sVcurrent_border_width -p973 -I-1 -sVlayout -p974 -Vsplith -p975 -sVpercent -p976 -NsVworkspace_layout -p977 -Vdefault -p978 -sVwindow -p979 -NsVnodes -p980 -(lp981 -(dp982 -Vfullscreen_mode -p983 -I0 -sVorientation -p984 -Vhorizontal -p985 -sVfocus -p986 -(lp987 -I19526688 -asVsticky -p988 -I00 -sVurgent -p989 -I00 -sVnum -p990 -I7 -sVlast_split_layout -p991 -Vsplith -p992 -sVfloating -p993 -Vauto_off -p994 -sVborder -p995 -Vnormal -p996 -sVid -p997 -I19526224 -sVcurrent_border_width -p998 -I-1 -sVlayout -p999 -Vsplith -p1000 -sVpercent -p1001 -F0.5 -sVworkspace_layout -p1002 -Vdefault -p1003 -sVwindow -p1004 -NsVnodes -p1005 -(lp1006 -(dp1007 -Vwindow_properties -p1008 -(dp1009 -Vinstance -p1010 -Vspotify -p1011 -sVtransient_for -p1012 -NsVclass -p1013 -VSpotify -p1014 -sVtitle -p1015 -VRage Against The Machine - Take the Power Back -p1016 -ssVfullscreen_mode -p1017 -I0 -sVorientation -p1018 -Vnone -p1019 -sg245 -S'spotify' -p1020 -sVfocus -p1021 -(lp1022 -sVsticky -p1023 -I00 -sVurgent -p1024 -I00 -sVlast_split_layout -p1025 -Vsplith -p1026 -sVfloating -p1027 -Vauto_off -p1028 -sVborder -p1029 -Vnormal -p1030 -sVid -p1031 -I19526688 -sVcurrent_border_width -p1032 -I2 -sVlayout -p1033 -Vsplith -p1034 -sVpercent -p1035 -F1.0 -sVworkspace_layout -p1036 -Vdefault -p1037 -sVwindow -p1038 -I27262977 -sVnodes -p1039 -(lp1040 -sVtype -p1041 -Vcon -p1042 -sVdeco_rect -p1043 -(dp1044 -g101 -I0 -sg102 -I0 -sVheight -p1045 -I18 -sVwidth -p1046 -I1920 -ssVswallows -p1047 -(lp1048 -sVfocused -p1049 -I00 -sVscratchpad_state -p1050 -Vnone -p1051 -sVrect -p1052 -(dp1053 -g101 -I37 -sg102 -I1920 -sVheight -p1054 -I1043 -sVwidth -p1055 -I1920 -ssVwindow_rect -p1056 -(dp1057 -g101 -I0 -sg102 -I2 -sVheight -p1058 -I1041 -sVwidth -p1059 -I1916 -ssVname -p1060 -VRage Against The Machine - Take the Power Back -p1061 -sVgeometry -p1062 -(dp1063 -g101 -I0 -sg102 -I0 -sVheight -p1064 -I600 -sVwidth -p1065 -I800 -ssVfloating_nodes -p1066 -(lp1067 -sVoutput -p1068 -VHDMI-0 -p1069 -sasVtype -p1070 -Vworkspace -p1071 -sVdeco_rect -p1072 -(dp1073 -g101 -I0 -sg102 -I0 -sVheight -p1074 -I0 -sVwidth -p1075 -I0 -ssVswallows -p1076 -(lp1077 -sVfocused -p1078 -I00 -sVscratchpad_state -p1079 -Vnone -p1080 -sVrect -p1081 -(dp1082 -g101 -I19 -sg102 -I1920 -sVheight -p1083 -I1061 -sVwidth -p1084 -I1920 -ssVwindow_rect -p1085 -(dp1086 -g101 -I0 -sg102 -I0 -sVheight -p1087 -I0 -sVwidth -p1088 -I0 -ssVname -p1089 -V7 -p1090 -sVgeometry -p1091 -(dp1092 -g101 -I0 -sg102 -I0 -sVheight -p1093 -I0 -sVwidth -p1094 -I0 -ssVfloating_nodes -p1095 -(lp1096 -sVoutput -p1097 -VHDMI-0 -p1098 -sa(dp1099 -Vfullscreen_mode -p1100 -I1 -sVorientation -p1101 -Vhorizontal -p1102 -sVfocus -p1103 -(lp1104 -I19539648 -aI19856272 -asVsticky -p1105 -I00 -sVurgent -p1106 -I00 -sVnum -p1107 -I9 -sVlast_split_layout -p1108 -Vsplith -p1109 -sVfloating -p1110 -Vauto_off -p1111 -sVborder -p1112 -Vnormal -p1113 -sVid -p1114 -I19535856 -sVcurrent_border_width -p1115 -I-1 -sVlayout -p1116 -Vsplith -p1117 -sVpercent -p1118 -F0.5 -sVworkspace_layout -p1119 -Vdefault -p1120 -sVwindow -p1121 -NsVnodes -p1122 -(lp1123 -(dp1124 -Vwindow_properties -p1125 -(dp1126 -Vinstance -p1127 -VPidgin -p1128 -sVtransient_for -p1129 -NsVwindow_role -p1130 -Vbuddy_list -p1131 -sVclass -p1132 -VPidgin -p1133 -sVtitle -p1134 -VBuddy List -p1135 -ssVfullscreen_mode -p1136 -I0 -sVorientation -p1137 -Vnone -p1138 -sg245 -S'pidgin' -p1139 -sVfocus -p1140 -(lp1141 -sVsticky -p1142 -I00 -sVurgent -p1143 -I00 -sVlast_split_layout -p1144 -Vsplith -p1145 -sVfloating -p1146 -Vauto_off -p1147 -sVborder -p1148 -Vnormal -p1149 -sVid -p1150 -I19539648 -sVcurrent_border_width -p1151 -I2 -sVlayout -p1152 -Vsplith -p1153 -sVpercent -p1154 -F0.23529411764705876 -sVworkspace_layout -p1155 -Vdefault -p1156 -sVwindow -p1157 -I16777305 -sVnodes -p1158 -(lp1159 -sVtype -p1160 -Vcon -p1161 -sVdeco_rect -p1162 -(dp1163 -g101 -I0 -sg102 -I0 -sVheight -p1164 -I18 -sVwidth -p1165 -I452 -ssVswallows -p1166 -(lp1167 -sVfocused -p1168 -I00 -sVscratchpad_state -p1169 -Vnone -p1170 -sVrect -p1171 -(dp1172 -g101 -I37 -sg102 -I1920 -sVheight -p1173 -I1043 -sVwidth -p1174 -I452 -ssVwindow_rect -p1175 -(dp1176 -g101 -I0 -sg102 -I2 -sVheight -p1177 -I1041 -sVwidth -p1178 -I448 -ssVname -p1179 -VBuddy List -p1180 -sVgeometry -p1181 -(dp1182 -g101 -I37 -sg102 -I1920 -sVheight -p1183 -I1041 -sVwidth -p1184 -I956 -ssVfloating_nodes -p1185 -(lp1186 -sVoutput -p1187 -VHDMI-0 -p1188 -sa(dp1189 -Vwindow_properties -p1190 -(dp1191 -Vinstance -p1192 -VMail -p1193 -sVtransient_for -p1194 -NsVwindow_role -p1195 -V3pane -p1196 -sVclass -p1197 -VThunderbird -p1198 -sVtitle -p1199 -VInbox - bauer@cbs.tu-darmstadt.de - Mozilla Thunderbird -p1200 -ssVfullscreen_mode -p1201 -I0 -sVorientation -p1202 -Vnone -p1203 -sg245 -S'thunderbird' -p1204 -sVfocus -p1205 -(lp1206 -sVsticky -p1207 -I00 -sVurgent -p1208 -I00 -sVlast_split_layout -p1209 -Vsplith -p1210 -sVfloating -p1211 -Vauto_off -p1212 -sVborder -p1213 -Vnormal -p1214 -sVid -p1215 -I19856272 -sVcurrent_border_width -p1216 -I2 -sVlayout -p1217 -Vsplith -p1218 -sVpercent -p1219 -F0.7647058823529412 -sVworkspace_layout -p1220 -Vdefault -p1221 -sVwindow -p1222 -I35651600 -sVnodes -p1223 -(lp1224 -sVtype -p1225 -Vcon -p1226 -sVdeco_rect -p1227 -(dp1228 -g101 -I0 -sg102 -I452 -sVheight -p1229 -I18 -sVwidth -p1230 -I1468 -ssVswallows -p1231 -(lp1232 -sVfocused -p1233 -I00 -sVscratchpad_state -p1234 -Vnone -p1235 -sVrect -p1236 -(dp1237 -g101 -I37 -sg102 -I2372 -sVheight -p1238 -I1043 -sVwidth -p1239 -I1468 -ssVwindow_rect -p1240 -(dp1241 -g101 -I0 -sg102 -I2 -sVheight -p1242 -I1041 -sVwidth -p1243 -I1464 -ssVname -p1244 -VInbox - bauer@cbs.tu-darmstadt.de - Mozilla Thunderbird -p1245 -sVgeometry -p1246 -(dp1247 -g101 -I0 -sg102 -I0 -sVheight -p1248 -I1041 -sVwidth -p1249 -I956 -ssVfloating_nodes -p1250 -(lp1251 -sVoutput -p1252 -VHDMI-0 -p1253 -sasVtype -p1254 -Vworkspace -p1255 -sVdeco_rect -p1256 -(dp1257 -g101 -I0 -sg102 -I0 -sVheight -p1258 -I0 -sVwidth -p1259 -I0 -ssVswallows -p1260 -(lp1261 -sVfocused -p1262 -I00 -sVscratchpad_state -p1263 -Vnone -p1264 -sVrect -p1265 -(dp1266 -g101 -I19 -sg102 -I1920 -sVheight -p1267 -I1061 -sVwidth -p1268 -I1920 -ssVwindow_rect -p1269 -(dp1270 -g101 -I0 -sg102 -I0 -sVheight -p1271 -I0 -sVwidth -p1272 -I0 -ssVname -p1273 -V9 -p1274 -sVgeometry -p1275 -(dp1276 -g101 -I0 -sg102 -I0 -sVheight -p1277 -I0 -sVwidth -p1278 -I0 -ssVfloating_nodes -p1279 -(lp1280 -sVoutput -p1281 -VHDMI-0 -p1282 -sasVtype -p1283 -Vcon -p1284 -sVdeco_rect -p1285 -(dp1286 -g101 -I0 -sg102 -I0 -sVheight -p1287 -I0 -sVwidth -p1288 -I0 -ssVswallows -p1289 -(lp1290 -sVfocused -p1291 -I00 -sVscratchpad_state -p1292 -Vnone -p1293 -sVrect -p1294 -(dp1295 -g101 -I19 -sg102 -I1920 -sVheight -p1296 -I1061 -sVwidth -p1297 -I1920 -ssVwindow_rect -p1298 -(dp1299 -g101 -I0 -sg102 -I0 -sVheight -p1300 -I0 -sVwidth -p1301 -I0 -ssVname -p1302 -Vcontent -p1303 -sVgeometry -p1304 -(dp1305 -g101 -I0 -sg102 -I0 -sVheight -p1306 -I0 -sVwidth -p1307 -I0 -ssVfloating_nodes -p1308 -(lp1309 -sVoutput -p1310 -VHDMI-0 -p1311 -sa(dp1312 -Vfullscreen_mode -p1313 -I0 -sVorientation -p1314 -Vnone -p1315 -sVfocus -p1316 -(lp1317 -sVsticky -p1318 -I00 -sVurgent -p1319 -I00 -sVlast_split_layout -p1320 -Vsplith -p1321 -sVfloating -p1322 -Vauto_off -p1323 -sVborder -p1324 -Vnormal -p1325 -sVid -p1326 -I21631456 -sVcurrent_border_width -p1327 -I-1 -sVlayout -p1328 -Vdockarea -p1329 -sVpercent -p1330 -NsVworkspace_layout -p1331 -Vdefault -p1332 -sVwindow -p1333 -NsVnodes -p1334 -(lp1335 -sVtype -p1336 -Vdockarea -p1337 -sVdeco_rect -p1338 -(dp1339 -g101 -I0 -sg102 -I0 -sVheight -p1340 -I0 -sVwidth -p1341 -I0 -ssVswallows -p1342 -(lp1343 -(dp1344 -Vdock -p1345 -I3 -sVinsert_where -p1346 -I2 -sasVfocused -p1347 -I00 -sVscratchpad_state -p1348 -Vnone -p1349 -sVrect -p1350 -(dp1351 -g101 -I1080 -sg102 -I1920 -sVheight -p1352 -I0 -sVwidth -p1353 -I1920 -ssVwindow_rect -p1354 -(dp1355 -g101 -I0 -sg102 -I0 -sVheight -p1356 -I0 -sVwidth -p1357 -I0 -ssVname -p1358 -Vbottomdock -p1359 -sVgeometry -p1360 -(dp1361 -g101 -I0 -sg102 -I0 -sVheight -p1362 -I0 -sVwidth -p1363 -I0 -ssVfloating_nodes -p1364 -(lp1365 -sVoutput -p1366 -VHDMI-0 -p1367 -sasVtype -p1368 -Voutput -p1369 -sVdeco_rect -p1370 -(dp1371 -g101 -I0 -sg102 -I0 -sVheight -p1372 -I0 -sVwidth -p1373 -I0 -ssVswallows -p1374 -(lp1375 -sVfocused -p1376 -I00 -sVscratchpad_state -p1377 -Vnone -p1378 -sVrect -p1379 -(dp1380 -g101 -I0 -sg102 -I1920 -sVheight -p1381 -I1080 -sVwidth -p1382 -I1920 -ssVwindow_rect -p1383 -(dp1384 -g101 -I0 -sg102 -I0 -sVheight -p1385 -I0 -sVwidth -p1386 -I0 -ssVname -p1387 -VHDMI-0 -p1388 -sVgeometry -p1389 -(dp1390 -g101 -I0 -sg102 -I0 -sVheight -p1391 -I0 -sVwidth -p1392 -I0 -ssVfloating_nodes -p1393 -(lp1394 -sasVtype -p1395 -Vroot -p1396 -sVdeco_rect -p1397 -(dp1398 -g101 -I0 -sg102 -I0 -sVheight -p1399 -I0 -sVwidth -p1400 -I0 -ssVswallows -p1401 -(lp1402 -sVfocused -p1403 -I00 -sVscratchpad_state -p1404 -Vnone -p1405 -sVrect -p1406 -(dp1407 -g101 -I0 -sg102 -I0 -sVheight -p1408 -I1080 -sVwidth -p1409 -I3840 -ssVwindow_rect -p1410 -(dp1411 -g101 -I0 -sg102 -I0 -sVheight -p1412 -I0 -sVwidth -p1413 -I0 -ssVname -p1414 -Vroot -p1415 -sVgeometry -p1416 -(dp1417 -g101 -I0 -sg102 -I0 -sVheight -p1418 -I0 -sVwidth -p1419 -I0 -ssVfloating_nodes -p1420 -(lp1421 -s. \ No newline at end of file diff --git a/.config/polybar/config b/.config/polybar/config index fd4ebdf..7fa015c 100644 --- a/.config/polybar/config +++ b/.config/polybar/config @@ -66,6 +66,14 @@ inherit = bar/example monitor = ${env:MONITOR:DP-0} modules-left = i3 +[bar/example_laptop] +inherit = bar/example +modules-left = i3 +tray-position = right +tray-padding = 2 +modules-right = spotify volume filesystemroot memory cpu battery battery2 date +modules-center = xwindow + [module/xwindow] type = internal/xwindow label = %title:0:30:...% diff --git a/.config/polybar/config_laptop b/.config/polybar/config_laptop deleted file mode 100644 index 284a333..0000000 --- a/.config/polybar/config_laptop +++ /dev/null @@ -1,402 +0,0 @@ -;===================================================== -; -; To learn more about how to configure Polybar -; go to https://github.com/jaagr/polybar -; -; The README contains alot of information -; -;===================================================== - -[colors] -;background = ${xrdb:color0:#222} -background = #222 -background-alt = #444 -;foreground = ${xrdb:color7:#222} -foreground = #dfdfdf -foreground-alt = #555 -primary = #ffb52a -secondary = #e60053 -alert = #bd2c40 - -[bar/example] -width = 900 ;100% -height = 27 -;offset-x = 1% -;offset-y = 1% -radius = 6.0 -fixed-center = false -background = ${colors.background} -foreground = ${colors.foreground} - -line-size = 3 -line-color = #f00 - -border-size = 0 -border-color = #00000000 - -padding-left = 0 -padding-right = 2 - -module-margin-left = 1 -module-margin-right = 2 - -font-0 = FontAwesome:size=11;1 -font-1 = Noto Mono:fontformat=truetype:size=11:antialias=true;1 -font-2 = unifont:size=11;0 - -wm-restack = i3 -;override-redirect = true -scroll-up = i3wm-wsnext -scroll-down = i3wm-wsprev - -[bar/example_laptop] -inherit = bar/example -modules-left = i3 -tray-position = right -tray-padding = 2 -modules-right = spotify volume filesystemroot memory cpu battery battery2 date -modules-center = xwindow - -[module/xwindow] -type = internal/xwindow -label = %title:0::...% - - -[module/xkeyboard] -type = internal/xkeyboard -blacklist-0 = num lock - -format-prefix = " " -format-prefix-foreground = ${colors.foreground-alt} -format-prefix-underline = ${colors.secondary} - -label-layout = %layout% -label-layout-underline = ${colors.secondary} - -label-indicator-padding = 2 -label-indicator-margin = 1 -label-indicator-background = ${colors.secondary} -label-indicator-underline = ${colors.secondary} - -[module/filesystemroot] -type=internal/fs -interval = 25 -mount-0 = / -label-mounted = %{F#0a81f5}%mountpoint%%{F-}: %percentage_used%% -label-unmounted = %mountpoint% not mounted -label-unmounted-foreground = ${colors.foreground-alt} - -[module/filesystemrootscratch] -type = internal/fs -interval = 25 - -mount-0 = / -mount-1 = /scratch - -label-mounted = %{F#0a81f5}%mountpoint%%{F-}: %percentage_used%% -label-unmounted = %mountpoint% not mounted -label-unmounted-foreground = ${colors.foreground-alt} - -[module/bspwm] -type = internal/bspwm - -label-focused = %index% -label-focused-background = ${colors.background-alt} -label-focused-underline= ${colors.primary} -label-focused-padding = 2 - -label-occupied = %index% -label-occupied-padding = 2 - -label-urgent = %index%! -label-urgent-background = ${colors.alert} -label-urgent-padding = 2 - -label-empty = %index% -label-empty-foreground = ${colors.foreground-alt} -label-empty-padding = 2 - -[module/i3] -type = internal/i3 -format = -index-sort = true -wrapping-scroll = false -strip-wsnumbers = true -pin-workspaces = true - -label-mode-padding = 2 -label-mode-foreground = #000 -label-mode-background = ${colors.primary} - -label-focused = %icon% -label-focused-background = ${module/bspwm.label-focused-background} -label-focused-underline = ${module/bspwm.label-focused-underline} -label-focused-padding = ${module/bspwm.label-focused-padding} - -label-unfocused = %icon% -label-unfocused-padding = ${module/bspwm.label-occupied-padding} - -label-urgent = %icon% -label-urgent-background = ${module/bspwm.label-urgent-background} -label-urgent-padding = ${module/bspwm.label-urgent-padding} - -label-visible = %icon% -label-visible-background = ${self.label-focused-background} -label-visible-underline = ${self.label-focused-underline} -label-visible-padding = ${self.label-focused-padding} -ws-icon-0 = 1;1 -ws-icon-1 = 2;2 -ws-icon-2 = 3;3 -ws-icon-3 = 4;4 -ws-icon-4 = 5;5 -ws-icon-5 = 6;6 -ws-icon-6 = 7; -ws-icon-7 = 8; -ws-icon-8 = 9; -ws-icon-9 = 10;9 - -[module/mpd] -type = internal/mpd -format-online = - -icon-prev =  -icon-stop =  -icon-play =  -icon-pause =  -icon-next =  - -label-song-maxlen = 25 -label-song-ellipsis = true - -[module/xbacklight] -type = internal/xbacklight - -format =