modified browser shortcut in i3

This commit is contained in:
Lucien Cartier-Tilet 2020-01-15 12:39:18 +01:00
parent 2f45a783fe
commit cf178001d2
Signed by: phundrak
GPG Key ID: BD7789E705CB8DCA
1 changed files with 134 additions and 134 deletions

4
.config/i3/config##yadm.j2 Executable file → Normal file
View File

@ -156,7 +156,7 @@ bindsym $mod+$alt+g gaps inner all set 20; gaps outer all set -10
bindsym $mod+Shift+d exec --no-startup-id j4-dmenu-desktop
bindsym $mod+d exec --no-startup-id $rofiexec
bindsym $mod+c exec firefox
bindsym $mod+b exec firefox
bindsym $mod+m exec $gnus
bindsym Ctrl+Shift+d exec discord-canary
@ -205,7 +205,7 @@ bindsym $mod+F3 exec arandr
{% if YADM_HOSTNAME == 'Marpa' -%}
bindsym $mod+Ctrl+p xrandr --output HDMI-1 --mode 1024x768 --right-of eDP-1
{% else %}
{% else -%}
bindsym $mod+Ctrl+p xrandr --output VGA1 --mode 1024x768 --right-of LVDS1
{% endif -%}