(i3) better than ever
This commit is contained in:
parent
ed9fc0c2f5
commit
e17989de3d
1 changed files with 14 additions and 6 deletions
20
i3/config
20
i3/config
|
|
@ -16,6 +16,10 @@ set $mod Mod4
|
||||||
# is used in the bar {} block below.
|
# is used in the bar {} block below.
|
||||||
font pango:FiraCode Nerd Font Mono 12
|
font pango:FiraCode Nerd Font Mono 12
|
||||||
|
|
||||||
|
# app aliases
|
||||||
|
set $default_browser "firefox"
|
||||||
|
set $terminal "alacritty"
|
||||||
|
|
||||||
# This font is widely installed, provides lots of unicode glyphs, right-to-left
|
# This font is widely installed, provides lots of unicode glyphs, right-to-left
|
||||||
# text rendering and scalability on retina/hidpi displays (thanks to pango).
|
# text rendering and scalability on retina/hidpi displays (thanks to pango).
|
||||||
#font pango:DejaVu Sans Mono 8
|
#font pango:DejaVu Sans Mono 8
|
||||||
|
|
@ -39,8 +43,14 @@ exec --no-startup-id nm-applet
|
||||||
|
|
||||||
exec --no-startup-id /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1 &
|
exec --no-startup-id /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1 &
|
||||||
|
|
||||||
# start hydroxide to use proton mail
|
exec --no-startup-id $terminal
|
||||||
# exec --no-startup-id /usr/bin/hydroxide serve &
|
|
||||||
|
assign [class="firefox"] 2
|
||||||
|
exec --no-startup-id $default_browser
|
||||||
|
|
||||||
|
assign [class="1Password"] 3
|
||||||
|
exec --no-startup-id 1password
|
||||||
|
|
||||||
|
|
||||||
# Use pactl to adjust volume in PulseAudio.
|
# Use pactl to adjust volume in PulseAudio.
|
||||||
set $refresh_i3status killall -SIGUSR1 i3status
|
set $refresh_i3status killall -SIGUSR1 i3status
|
||||||
|
|
@ -57,17 +67,15 @@ floating_modifier $mod
|
||||||
tiling_drag modifier titlebar
|
tiling_drag modifier titlebar
|
||||||
|
|
||||||
|
|
||||||
set $default_browser "firefox"
|
|
||||||
# start default browser
|
# start default browser
|
||||||
bindsym $mod+B exec $default_browser
|
bindsym $mod+B exec $default_browser
|
||||||
assign [class="firefox"] 2
|
|
||||||
|
|
||||||
# start a terminal
|
# start a terminal
|
||||||
bindsym $mod+T exec alacritty
|
bindsym $mod+T exec alacritty
|
||||||
|
|
||||||
# start discord on workspace 3
|
# start discord on workspace 3
|
||||||
bindsym $mod+C exec discord
|
#bindsym $mod+C exec discord
|
||||||
assign [class="discord"] 3
|
#assign [class="discord"] 3
|
||||||
|
|
||||||
# start 1password
|
# start 1password
|
||||||
bindsym $mod+P exec 1password
|
bindsym $mod+P exec 1password
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue