[i3] remove unused mark/goto and add obsidian

master
Quentin Duchemin 2022-03-13 16:45:18 +01:00
parent 1abc2d7cb7
commit 3abe59af50
3 changed files with 6 additions and 9 deletions

View File

@ -6,7 +6,7 @@ ExportHW=true
[ALSA-Audio] [ALSA-Audio]
BridgeChannels=2 BridgeChannels=2
BridgeIndexType=1 BridgeIndexType=1
BridgeTool=alsa_in BridgeTool=zita
[JACK] [JACK]
AutoLoadLadishStudio=true AutoLoadLadishStudio=true

View File

@ -62,7 +62,7 @@
# for longer than idle_threshold seconds. # for longer than idle_threshold seconds.
# Set to 0 to disable. # Set to 0 to disable.
# Transient notifications ignore this setting. # Transient notifications ignore this setting.
idle_threshold = 0 idle_threshold = 60
### Text ### ### Text ###
@ -115,7 +115,7 @@
# Show age of message if message is older than show_age_threshold # Show age of message if message is older than show_age_threshold
# seconds. # seconds.
# Set to -1 to disable. # Set to -1 to disable.
show_age_threshold = -1 show_age_threshold = 120
# Split notifications into multiple lines if they don't fit into # Split notifications into multiple lines if they don't fit into
# geometry. # geometry.

View File

@ -78,6 +78,7 @@ exec --no-startup-id i3-msg 'workspace 3; exec firefox'
exec thunderbird exec thunderbird
exec signal-desktop exec signal-desktop
exec telegram-desktop exec telegram-desktop
exec obsidian
exec --no-startup-id i3-msg 'workspace number 1; exec i3-sensible-terminal' exec --no-startup-id i3-msg 'workspace number 1; exec i3-sensible-terminal'
@ -119,12 +120,6 @@ mode "$film_mode" {
# toggle film mode # toggle film mode
bindsym $mod+Shift+f mode "$film_mode" bindsym $mod+Shift+f mode "$film_mode"
# read 1 character and mark the current window with this character
bindsym $mod+n exec i3-input -F 'mark %s' -l 1 -P 'Mark: '
# read 1 character and go to the window with the character
bindsym $mod+Shift+n exec i3-input -F '[con_mark="%s"] focus' -l 1 -P 'Goto: '
# pass # pass
bindsym $mod+p exec passmenu bindsym $mod+p exec passmenu
bindsym $mod+Shift+p exec picamenu bindsym $mod+Shift+p exec picamenu
@ -241,12 +236,14 @@ for_window [class="Thunderbird"] move position center
# scratchpad # scratchpad
for_window [class="Signal"] move scratchpad for_window [class="Signal"] move scratchpad
for_window [class="obsidian"] move scratchpad
for_window [class="Telegram"] move scratchpad for_window [class="Telegram"] move scratchpad
# we don't use class="Thunderbird" to not move windows like "MsgCompose" to scratchpad : only the main window will be in scratchpad # we don't use class="Thunderbird" to not move windows like "MsgCompose" to scratchpad : only the main window will be in scratchpad
for_window [instance="Mail"] move scratchpad for_window [instance="Mail"] move scratchpad
bindsym $mod+Shift+m [instance="Mail"] scratchpad show, move position center bindsym $mod+Shift+m [instance="Mail"] scratchpad show, move position center
bindsym $mod+Shift+s [class="Signal"] scratchpad show, move position center bindsym $mod+Shift+s [class="Signal"] scratchpad show, move position center
bindsym $mod+Shift+t [class="Telegram"] scratchpad show, move position center bindsym $mod+Shift+t [class="Telegram"] scratchpad show, move position center
bindsym $mod+Shift+n [class="obsidian"] scratchpad show, move position center
# automatic workspace # automatic workspace
assign [class="(?i)Standard Notes"] → number 4 assign [class="(?i)Standard Notes"] → number 4