From 63c808c572f800357f3e82f6ee2c58292088d9ea Mon Sep 17 00:00:00 2001 From: Max Christian Pohle Date: Fri, 8 Sep 2017 17:21:48 +0200 Subject: Changed to pony colors --- config | 22 +++++++++++++++++----- 1 file changed, 17 insertions(+), 5 deletions(-) (limited to 'config') diff --git a/config b/config index a3e4094..aa35d87 100644 --- a/config +++ b/config @@ -9,6 +9,7 @@ # # Please see http://i3wm.org/docs/userguide.html for a complete reference! +fake-outputs 3840x1080+0+0 set $mod Mod4 # Font for window titles. Will also be used by the bar unless a different font @@ -127,6 +128,11 @@ bindsym $mod+Shift+8 move container to workspace 8 bindsym $mod+Shift+9 move container to workspace music bindsym $mod+Shift+0 move container to workspace background + # Pulse Audio controls +bindsym XF86AudioRaiseVolume exec --no-startup-id pactl set-sink-volume 0 +5% #increase sound volume +bindsym XF86AudioLowerVolume exec --no-startup-id pactl set-sink-volume 0 -5% #decrease sound volume +bindsym XF86AudioMute exec --no-startup-id pactl set-sink-mute 0 toggle # mute sound + workspace 1 output DP-1 workspace 2 output DP-1 workspace 3 output DP-1 @@ -153,6 +159,7 @@ bindsym $mod+Shift+m scratchpad show ; resize set 1920 920 ; move position cente for_window [class="^.*"] border normal 2 for_window [title="^.*Thunderbird"] border pixel 0 for_window [title="^.*Chromium"] border pixel 0 +for_window [class="Gvim"] border pixel 0 # for_window [title="^.*\|"] border pixel 4 for_window [title="^HexChat.*"] border pixel 0 for_window [title="^.*"] exec pkill -SIGRTMIN+11 i3blocks @@ -178,9 +185,9 @@ bar { # background #2a3448 # statusline #ffffff background #ffffff - statusline #000000 - focused_workspace #ffffff #ffffff #000000 - active_workspace #ffffff #ffffff #888888 + statusline #6060af + focused_workspace #6060af #ffffff #6060af + active_workspace #6060af #ffffff #888888 inactive_workspace #ffffff #ffffff #888888 urgent_workspace #2f343a #900000 #ffffff binding_mode #2f343a #900000 #ffffff @@ -284,6 +291,8 @@ assign [class="^Thunderbird$"] → background exec --no-startup-id setxkbmap -option caps:escape exec --no-startup-id xset r rate 330 40 + + exec --no-startup-id dbus-launch gnome-settings-daemon exec --no-startup-id dbus-launch nm-applet @@ -294,8 +303,11 @@ exec xrandr --output HDMI-1 --right-of DP-1 # start compositor... exec --no-startup-id dbus-launch nitrogen --restore -exec --no-startup-id dbus-launch compton -b --config /home/max/.config/i3/compton.conf +exec --no-startup-id dbus-launch compton -b --config ~/.config/i3/compton.conf exec --no-startup-id dbus-launch setsid udiskie -2 -s -exec --no-startup-id dbus-launch nextcloud +exec --no-startup-id dbus-launch setsid pidgin +exec --no-startup-id dbus-launch setsid hexchat +# exec --no-startup-id dbus-launch nextcloud +# vim: iskeyword+=\$,\-,\# nospell -- cgit v1.2.3