Ver código fonte

[I3] Changing terminal to xfce4-terminal

Vinicius Teshima 10 meses atrás
pai
commit
95a12ed33b
1 arquivos alterados com 2 adições e 1 exclusões
  1. 2 1
      .config/i3/config

+ 2 - 1
.config/i3/config

@@ -40,7 +40,8 @@ set $mod Mod4
 # Use Mouse+$mod to drag floating windows to their wanted position
 # Use Mouse+$mod to drag floating windows to their wanted position
 floating_modifier $mod
 floating_modifier $mod
 
 
-bindsym $mod+Return	exec xrdb -load ~/.config/X11/Xresources; exec terminal
+#bindsym $mod+Return	exec xrdb -load ~/.config/X11/Xresources; exec terminal
+bindsym $mod+Return	exec xfce4-terminal --hide-menubar --hide-toolbar --hide-scrollbar
 
 
 # kill focused window
 # kill focused window
 bindsym $mod+Shift+c	kill
 bindsym $mod+Shift+c	kill