Telegram dimensions on laptop and shortcut to edit config

master
Quentin Duchemin 2020-05-14 15:29:26 +02:00
parent f1a6b49e62
commit 9982a4a94e
Signed by: Chosto
GPG Key ID: 0547178FEEDE7D6B
2 changed files with 5 additions and 0 deletions

View File

@ -40,3 +40,4 @@ exec --no-startup-id xinput set-prop 'Microsoft Microsoft 3-Button Mouse with In
# Larger Thunderbird floating window # Larger Thunderbird floating window
for_window [class="Mail"] resize set 2500 1500 for_window [class="Mail"] resize set 2500 1500
for_window [class="Signal"] resize set 2500 1500 for_window [class="Signal"] resize set 2500 1500
for_window [class="Telegram"] resize set 2500 1500

View File

@ -117,8 +117,12 @@ bindsym $mod+n exec i3-input -F 'mark %s' -l 1 -P 'Mark: '
# read 1 character and go to the window with the character # 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: ' bindsym $mod+Shift+n exec i3-input -F '[con_mark="%s"] focus' -l 1 -P 'Goto: '
# pass
bindsym $mod+p exec picamenu bindsym $mod+p exec picamenu
# open config folder in editor
bindsym $mod+c exec atom ~/.config
################################## ##################################
# BINDINGS FOR STANDARD OPERATIONS # BINDINGS FOR STANDARD OPERATIONS
################################## ##################################