diff options
author | Jesús <heckyel@hyperbola.info> | 2021-08-28 12:03:33 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2021-08-28 12:03:33 -0500 |
commit | 9b8161d6fa4cf191c40689cf251d90cfb649e4b8 (patch) | |
tree | 64516e551c914d873e1bfceea553e1a58b15bb8f /config | |
parent | 7c80d9a31d5874806c5944056888112a2157294f (diff) | |
download | i3-config-9b8161d6fa4cf191c40689cf251d90cfb649e4b8.tar.lz i3-config-9b8161d6fa4cf191c40689cf251d90cfb649e4b8.tar.xz i3-config-9b8161d6fa4cf191c40689cf251d90cfb649e4b8.zip |
replace xfce4-terminal with sakura
Diffstat (limited to 'config')
-rw-r--r-- | config | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -31,7 +31,7 @@ floating_modifier $mod # start a terminal # bindsym $mod+Return exec i3-sensible-terminal -bindsym $mod+Return exec xfce4-terminal +bindsym $mod+Return exec sakura # kill focused window bindsym $mod+Shift+q kill @@ -132,7 +132,7 @@ bindsym $mod+Shift+9 move container to workspace $tag9 bindsym $mod+Shift+0 move container to workspace $tag0 # Assign to programs -assign [class=Xfce4-terminal|Sakura] $tag1 +assign [class=Sakura] $tag1 assign [class=Iceweasel|Gajim|qTox|Transmission-gtk] $tag2 assign [class=File-roller|Thunar] $tag3 assign [class=Emacs|Epdfview|Geany|Gucharmap] $tag4 @@ -164,7 +164,7 @@ for_window [window_role="(?i)pop-up"] floating enable for_window [window_role="(?i)task_dialog"] floating enable # Programs focus -for_window [class="Xfce4-terminal"] focus +for_window [class="Sakura"] focus for_window [class="Emacs"] focus # reload the configuration file |