ouyeah
This commit is contained in:
parent
4f5005aaad
commit
16f9814d64
9 changed files with 48 additions and 20 deletions
|
@ -144,19 +144,14 @@ set $WS10 10
|
|||
# Workspace output
|
||||
workspace "$WS1" output LVDS1
|
||||
workspace "$WS2" output VGA1
|
||||
workspace "$WS2" output HDMI1
|
||||
workspace "$WS3" output LVDS1
|
||||
workspace "$WS4" output VGA1
|
||||
workspace "$WS4" output HDMI1
|
||||
workspace "$WS5" output LVDS1
|
||||
workspace "$WS6" output VGA1
|
||||
workspace "$WS6" output HDMI1
|
||||
workspace "$WS7" output LVDS1
|
||||
workspace "$WS8" output VGA1
|
||||
workspace "$WS8" output HDMI1
|
||||
workspace "$WS9" output LVDS1
|
||||
workspace "$WS10" output VGA1
|
||||
workspace "$WS10" output HDMI1
|
||||
|
||||
# switch to workspace
|
||||
bindsym $mod+1 workspace $WS1
|
||||
|
@ -244,6 +239,8 @@ for_window [class="qutebrowser"] layout tabbed
|
|||
|
||||
for_window [window_role="pop-up"] floating enable
|
||||
for_window [window_role="task_dialog"] floating enable
|
||||
for_window [ title="^pdfpc.*" window_role="presenter" ] move to output left, fullscreen
|
||||
for_window [ title="^pdfpc.*" window_role="presentation" ] move to output right, fullscreen
|
||||
|
||||
# switch to workspace with urgent window automatically
|
||||
for_window [urgent=latest] focus
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
#!/bin/sh
|
||||
dmenu -fn 'DejaVu Sans Mono-10' -nb '#48483e' -nf '#f1ebeb' -sb '#8fc029' -sf '#272822' -l 8 -f "$@"
|
||||
dmenu -fn 'DejaVu Sans Mono-10' -nb '#48483e' -nf '#f1ebeb' -sb '#8fc029' -sf '#272822' -i -l 8 -f "$@"
|
||||
|
|
|
@ -5,5 +5,5 @@ if [ "$1" == 'root' ]; then
|
|||
fi
|
||||
machine=$(cat ~/.ssh/config | grep '^Host ' | cut -d ' ' -f 2 | grep -v '*' | sort | $HOME/.config/i3/dmenu_cmd -p "SSH$a to ")
|
||||
if [ ! -z $machine ]; then
|
||||
xterm -e "ssh $machine $b"
|
||||
urxvtc -e ssh $machine $b
|
||||
fi
|
||||
|
|
|
@ -55,6 +55,8 @@ collections = ["from a", "from b"]
|
|||
|
||||
# Calendars also have a color property
|
||||
metadata = ["displayname", "color"]
|
||||
# conflict_resolution = "a wins"
|
||||
# conflict_resolution = "b wins"
|
||||
|
||||
[storage geoffrey_calendar_local]
|
||||
type = "filesystem"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue