summaryrefslogtreecommitdiff
path: root/.config/i3/config
diff options
context:
space:
mode:
authorDavid Luevano Alvarado <55825613+luevano@users.noreply.github.com>2020-11-19 09:29:19 -0700
committerDavid Luevano Alvarado <55825613+luevano@users.noreply.github.com>2020-11-19 09:29:19 -0700
commitc81fabc0efc268a2e345c8ac9640f76a520b7394 (patch)
treeb43d97304ec851f9f55e906d0df75e363be1ee94 /.config/i3/config
parente55f3e5f4b79db02ea307b7a90ac45cba92474cb (diff)
Fix window spawnings
Diffstat (limited to '.config/i3/config')
-rw-r--r--.config/i3/config17
1 files changed, 10 insertions, 7 deletions
diff --git a/.config/i3/config b/.config/i3/config
index 3f4b625..5f6f65b 100644
--- a/.config/i3/config
+++ b/.config/i3/config
@@ -24,8 +24,11 @@ font pango:monospace 10
set $read --no-startup-id $READER
set $rstbar pkill -RTMIN+1 $STATUSBAR
set $music --no-startup-id spotify
+ # set $music --no-startup-id $MUSIC
set $msgs --no-startup-id telegram-desktop
+ # set $msgs --no-startup-id $MSGCHAT
set $ss --no-startup-id flameshot
+ # set $ss --no-startup-id $SSMGR
set $sspath "$HOME/pix/ss/"
## Colors from ~/.Xresources.
# set_from_resource $bg background
@@ -76,13 +79,13 @@ font pango:monospace 10
# WS5
assign [class="vlc"] $ws5
# WS6
- # assign [class="Google-chrome"] $ws6
+ assign [class="Google-chrome"] $ws6
# WS7
- # assign [class="TelegramDesktop"] $ws7
+ assign [class="TelegramDesktop"] $ws7
# WS8
# WS9
# WS10
- # assign [class="Spotify"] $ws10
+ for_window [class="Spotify"] move to workspace $ws10
## Window properties for windows.
for_window [class="Yad"] floating enable
for_window [class="mogli"] floating enable
@@ -145,10 +148,10 @@ client.background $c15
## Apps.
bindsym $mod+Return exec $term
bindsym $mod+Delete exec $term -e htop
- bindsym $mod+Shift+w workspace $ws6; exec $ibwsr
- bindsym $mod+Shift+f workspace $ws4; exec $term -e $fmgr
- bindsym $mod+m workspace $ws10; exec $music
- bindsym $mod+Shift+m workspace $ws7; exec $msgs
+ bindsym $mod+Shift+w exec $ibwsr
+ bindsym $mod+Shift+f workspace $ws4 exec $term -e $fmgr
+ bindsym $mod+m exec $music
+ bindsym $mod+Shift+m exec $msgs
# Screenshots.
bindsym Print exec $ss gui
bindsym $mod+Print exec $ss full -c