diff --git a/i3/arch.sh b/i3/arch.sh new file mode 100755 index 0000000000000000000000000000000000000000..c0637664c993a043924ad94c94ab09e2fa1040a5 --- /dev/null +++ b/i3/arch.sh @@ -0,0 +1,9 @@ +#!/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 diff --git a/i3/config b/i3/config index 58b69c5fad84efa673b4edf9de71bd3bc2cf7ee1..c09d0ce7348211b6f80efd8971c6e193edef7ae6 100644 --- a/i3/config +++ b/i3/config @@ -1,3 +1,4 @@ +exec xrdb ~/.Xresources # This file has been auto-generated by i3-config-wizard(1). # It will not be overwritten, so edit it as you like. # @@ -38,6 +39,7 @@ bindsym $mod+q kill # start dmenu (a program launcher) 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 # shipping a .desktop file. It is a wrapper around dmenu, so you need that # installed. @@ -203,7 +205,7 @@ bar { 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+Shift+comma workspace WUI;exec ~/dev/runWUI/run.sh bindsym $mod+comma workspace WUI @@ -290,3 +292,5 @@ client.background #FFFFFF 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 + +exec "setxkbmap us,cz -variant ,ucw -option grp:caps_switch"