Move i3 un-specific to xinitrc
This commit is contained in:
2
dotdrop
2
dotdrop
Submodule dotdrop updated: b56e8ea00b...fb071321e9
@@ -203,9 +203,7 @@ client.urgent #2f343a #900000 #ffffff #900000 #900000
|
||||
client.background #ffffff
|
||||
|
||||
# Keyboard lauyout shortcuts
|
||||
exec setxkbmap -layout us
|
||||
bindsym Ctrl+Shift+1 exec --no-startup-id setxkbmap us
|
||||
bindsym Ctrl+Shift+2 exec --no-startup-id setxkbmap de
|
||||
bindsym Ctrl+Shift+1 exec --no-startup-id setxkbmap za
|
||||
|
||||
# Remove title bar
|
||||
new_window 1pixel
|
||||
@@ -217,20 +215,12 @@ bindsym --release $mod+Shift+p exec"import ~/Screenshot-$(date '+%Y%m%d-%H%M%S')
|
||||
bindsym XF86MonBrightnessUp exec xbacklight -inc 20 # increase screen brightness
|
||||
bindsym XF86MonBrightnessDown exec xbacklight -dec 20 # decrease screen brightness
|
||||
|
||||
|
||||
# Background
|
||||
exec --no-startup-id picom
|
||||
|
||||
# PC specific configurations:
|
||||
{%@@ if profile == "work" @@%}
|
||||
# Locking
|
||||
bindsym $mod+Shift+b exec "xlock -mode matrix -startCmd /share/bin/isweg -endCmd /share/bin/isda -bg '#6843bf' -info ''"
|
||||
|
||||
# Wallpaper
|
||||
exec --no-startup-id feh --bg-scale ~/.wallpaper/wallpaper_genuaW.png
|
||||
|
||||
# Custom Workspaces
|
||||
exec --no-startup-id "xterm"
|
||||
exec --no-startup-id "firefox"
|
||||
|
||||
for_window [class="Firefox"] move container to workspace 9
|
||||
@@ -253,10 +243,6 @@ bindsym $mod+Ctrl+2 move workspace to output $monitor2
|
||||
# Locking
|
||||
bindsym $mod+Shift+b exec "xlock -mode matrix -info ''"
|
||||
|
||||
# Wallpaper
|
||||
exec --no-startup-id feh --bg-scale ~/.wallpaper/wallpaper.png
|
||||
|
||||
|
||||
# Custom Workspaces
|
||||
exec --no-startup-id "firefox"
|
||||
|
||||
|
||||
@@ -1,7 +1,10 @@
|
||||
export TERM="xterm-256color"
|
||||
xrdb -load $HOME/.Xresources
|
||||
export SHELL="/bin/zsh"
|
||||
setxkbmap -layout us
|
||||
|
||||
setxkbmap -layout za
|
||||
|
||||
picom &
|
||||
|
||||
export LANG="en_US.UTF-8"
|
||||
export LANGUAGE="en_US.UTF-8"
|
||||
@@ -10,5 +13,11 @@ export LANGUAGE="en_US.UTF-8"
|
||||
/share/bin/isda
|
||||
~/bin/.keyboard.scm &
|
||||
xrandr --output HDMI-2 --auto --right-of HDMI-1
|
||||
exec i3
|
||||
feh --bg-scale ~/.wallpaper/wallpaper_genuaW.png
|
||||
i3
|
||||
{%@@ endif @@%}
|
||||
|
||||
{%@@ if profile == "laptop" @@%}
|
||||
feh --bg-scale ~/.wallpaper/wallpaper.png
|
||||
i3
|
||||
{%@@ endif @@%}
|
||||
|
||||
Reference in New Issue
Block a user