mirror of
https://github.com/cizordj/i3-themer.git
synced 2024-04-21 12:32:12 +00:00
Update i3 configuration file
- Add xdg-utils and sensible-utils as dependencies - Use xdg and sensible to open default applications
This commit is contained in:
@@ -34,11 +34,11 @@ Personal collection of themes and scripts for <a href="https://www.i3wm.org">i3w
|
||||
|
||||
<p>For Fedora users:</p>
|
||||
|
||||
# dnf install adobe-source-code-pro-fonts dunst i3 polybar nitrogen rofi bash fontawesome-fonts
|
||||
# dnf install adobe-source-code-pro-fonts dunst i3 polybar nitrogen rofi bash fontawesome-fonts sensible-utils xdg-utils
|
||||
|
||||
<p>For Debian users:</p>
|
||||
|
||||
# apt-get install dunst i3 polybar nitrogen rofi bash fonts-font-awesome
|
||||
# apt-get install dunst i3 polybar nitrogen rofi bash fonts-font-awesome xdg-utils sensible-utils
|
||||
|
||||
<p>You can download the missing dependencies for Debian <a href="https://github.com/cizordj/i3-themer/blob/master/assets/debian_dependencies/">here</a></p>
|
||||
<h2>Using the script</h2>
|
||||
|
||||
+4
-4
@@ -15,8 +15,8 @@ local HOME='$HOME'
|
||||
cat << EOF
|
||||
set $mod Mod4
|
||||
|
||||
new_window pixel 1
|
||||
new_float pixel 1
|
||||
new_window pixel 2
|
||||
new_float pixel 2
|
||||
|
||||
hide_edge_borders both
|
||||
|
||||
@@ -252,8 +252,8 @@ bindsym Print exec i3-scrot -d
|
||||
bindsym Shift+Print exec i3-scrot -s
|
||||
bindsym Alt+Print exec i3-scrot -w
|
||||
bindsym $mod+F1 exec --no-startup-id i3-sensible-terminal -e alsamixer
|
||||
bindsym $mod+F2 exec --no-startup-id firefox
|
||||
bindsym $mod+F3 exec --no-startup-id nautilus
|
||||
bindsym $mod+F2 exec --no-startup-id sensible-browser
|
||||
bindsym $mod+F3 exec --no-startup-id xdg-open $HOME
|
||||
bindsym $mod+F4 exec --no-startup-id gnome-calculator
|
||||
bindsym $mod+F5 exec --no-startup-id i3-sensible-terminal -e cmus
|
||||
EOF
|
||||
|
||||
Reference in New Issue
Block a user