Add chromium shortcut
This commit is contained in:
parent
7e989264ab
commit
4a85739635
1 changed files with 6 additions and 3 deletions
|
@ -207,7 +207,8 @@ bindsym $mod+Shift+e exec "swaynag -f 'pango:$font' -t warning -m 'sway beenden?
|
|||
# Program shortcuts
|
||||
# ------------------------------------------------------------------------------
|
||||
bindsym $mod+Return exec termite
|
||||
bindsym $mod+c exec firefox
|
||||
bindsym $mod+c exec chromium
|
||||
bindsym $mod+b exec firefox
|
||||
bindsym $mod+t exec thunderbird
|
||||
bindsym $mod+g exec code
|
||||
bindsym $mod+z exec thunar
|
||||
|
@ -223,8 +224,8 @@ bindsym XF86AudioMicMute exec pactl set-source-mute $audio_in toggle
|
|||
# ------------------------------------------------------------------------------
|
||||
# Video shortcuts
|
||||
# ------------------------------------------------------------------------------
|
||||
bindsym XF86MonBrightnessUp exec xbacklight +10
|
||||
bindsym XF86MonBrightnessDown exec xbacklight -10
|
||||
bindsym XF86MonBrightnessUp exec xbacklight +5
|
||||
bindsym XF86MonBrightnessDown exec xbacklight -5
|
||||
|
||||
# ------------------------------------------------------------------------------
|
||||
# Assignment of programs to workspaces
|
||||
|
@ -235,6 +236,8 @@ assign [class="^jetbrains-idea$"] $workspace2
|
|||
assign [class="^jetbrains-idea-ce$"] $workspace2
|
||||
assign [class="^firefox$"] $workspace3
|
||||
assign [app_id="^firefox$"] $workspace3
|
||||
assign [class="^Chromium$"] $workspace3
|
||||
assign [app_id="^chromium$"] $workspace3
|
||||
assign [class="^Thunderbird$"] $workspace4
|
||||
assign [app_id="^thunderbird$"] $workspace4
|
||||
assign [app_id="^thunar$"] $workspace5
|
||||
|
|
Loading…
Reference in a new issue