Small tweaks
This commit is contained in:
parent
20a276dbf3
commit
7b16aa9281
3 changed files with 22 additions and 3 deletions
|
@ -164,8 +164,8 @@ bindsym $mod+control+l move workspace to output right
|
|||
|
||||
|
||||
#assign programs to workspaces
|
||||
assign [class="chromium"] $workspace1
|
||||
assign [class="skypeforlinux"] $workspace10
|
||||
#assign [class="chromium"] $workspace1
|
||||
#assign [class="skypeforlinux"] $workspace10
|
||||
|
||||
#make applications open in floating mode
|
||||
for_window [class="Galculator"] floating enable
|
||||
|
|
|
@ -37,6 +37,7 @@ function my_dir(){
|
|||
|
||||
if [[ $(tput cols) -lt 100 ]]; then
|
||||
current_path=$(echo $current_path | sed -r -e "s/wpc\/themes\//\//")
|
||||
current_path=$(echo $current_path | sed -r -e "s/wpc\/plugins\//\//")
|
||||
fi
|
||||
|
||||
elif [[ -e "$ph/bin/magento" ]]; then #If magento
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue