Skip to content
Snippets Groups Projects
Commit 25be9ded authored by Jiří Kalvoda's avatar Jiří Kalvoda
Browse files

I3 Add Arch support and change chromium link.

parent 9b23368b
No related branches found
No related tags found
No related merge requests found
#!/bin/bash
cd "$(dirname "$0")"
sudo pacman -S jq
sudo pacman -S xfce4-appfinder
cp config ~/.config/i3/config
cp toggle-border ~/.config/i3/i3-toggle-border
sudo cp printscreengimp /usr/bin/
sudo chmod o+x /usr/bin/printscreengimp
exec xrdb ~/.Xresources
# This file has been auto-generated by i3-config-wizard(1). # This file has been auto-generated by i3-config-wizard(1).
# It will not be overwritten, so edit it as you like. # It will not be overwritten, so edit it as you like.
# #
...@@ -38,6 +39,7 @@ bindsym $mod+q kill ...@@ -38,6 +39,7 @@ bindsym $mod+q kill
# start dmenu (a program launcher) # start dmenu (a program launcher)
bindsym $mod+d exec dmenu_run bindsym $mod+d exec dmenu_run
bindsym $mod+Shift+d exec xfce4-appfinder
# There also is the (new) i3-dmenu-desktop which only displays applications # There also is the (new) i3-dmenu-desktop which only displays applications
# shipping a .desktop file. It is a wrapper around dmenu, so you need that # shipping a .desktop file. It is a wrapper around dmenu, so you need that
# installed. # installed.
...@@ -203,7 +205,7 @@ bar { ...@@ -203,7 +205,7 @@ bar {
exec --no-startup-id synclient HorizEdgeScroll=1 VertEdgeScroll=1 VertScrollDelta=-111 exec --no-startup-id synclient HorizEdgeScroll=1 VertEdgeScroll=1 VertScrollDelta=-111
bindsym $mod+c exec chromium-browser --password-store=gnome bindsym $mod+c exec chromium
bindsym $mod+z exec zathura bindsym $mod+z exec zathura
bindsym $mod+Shift+comma workspace WUI;exec ~/dev/runWUI/run.sh bindsym $mod+Shift+comma workspace WUI;exec ~/dev/runWUI/run.sh
bindsym $mod+comma workspace WUI bindsym $mod+comma workspace WUI
...@@ -290,3 +292,5 @@ client.background #FFFFFF ...@@ -290,3 +292,5 @@ client.background #FFFFFF
bindsym $mod+o exec --no-startup-id bash -i -c "mate-session" bindsym $mod+o exec --no-startup-id bash -i -c "mate-session"
bindsym $mod+Shift+o exec --no-startup-id killall -3 mate-session; exec --no-startup-id killall -3 mate-panel bindsym $mod+Shift+o exec --no-startup-id killall -3 mate-session; exec --no-startup-id killall -3 mate-panel
exec "setxkbmap us,cz -variant ,ucw -option grp:caps_switch"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment