aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesús <heckyel@hyperbola.info>2021-08-28 12:03:33 -0500
committerJesús <heckyel@hyperbola.info>2021-08-28 12:03:33 -0500
commit9b8161d6fa4cf191c40689cf251d90cfb649e4b8 (patch)
tree64516e551c914d873e1bfceea553e1a58b15bb8f
parent7c80d9a31d5874806c5944056888112a2157294f (diff)
downloadi3-config-9b8161d6fa4cf191c40689cf251d90cfb649e4b8.tar.lz
i3-config-9b8161d6fa4cf191c40689cf251d90cfb649e4b8.tar.xz
i3-config-9b8161d6fa4cf191c40689cf251d90cfb649e4b8.zip
replace xfce4-terminal with sakura
-rw-r--r--README.md2
-rw-r--r--config6
-rw-r--r--install.sh4
3 files changed, 6 insertions, 6 deletions
diff --git a/README.md b/README.md
index 53aa727..08feb7a 100644
--- a/README.md
+++ b/README.md
@@ -23,7 +23,7 @@ This repository saves the custom configuration used by heckyel in i3wm
- scrot
- thunar
- tumbler
-- xfce4-terminal
+- sakura
- udevil
### Optional
diff --git a/config b/config
index a90b851..b59a7ee 100644
--- a/config
+++ b/config
@@ -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
diff --git a/install.sh b/install.sh
index ae4e260..a28c743 100644
--- a/install.sh
+++ b/install.sh
@@ -20,7 +20,7 @@ do
$root_key pacman -S --noconfirm i3-wm i3status dmenu sysstat
# i3 blocks and dependecies
$root_key pacman -S --noconfirm i3blocks i3lock rofi \
- conky acpi scrot xfce4-terminal \
+ conky acpi scrot sakura \
thunar tumbler feh ranger \
ttf-hack ttf-bitstream-vera xenocara-xbacklight
elif [[ $(command -v apt-get) ]]; then
@@ -30,7 +30,7 @@ do
# i3 blocks and dependecies
$root_key apt install i3blocks i3lock rofi \
conky playerctl acpi network-manager-gnome scrot \
- xfce4-terminal thunar tumbler feh ranger \
+ sakura thunar tumbler feh ranger \
fonts-hack-ttf ttf-bitstream-vera xbacklight -y
fi