diff options
| author | benj <benj@rse8.com> | 2021-06-16 17:54:38 -0700 |
|---|---|---|
| committer | benj <benj@rse8.com> | 2021-06-16 17:57:44 -0700 |
| commit | 580682ff01096b3d40ba73a8d4dbf12c10993d39 (patch) | |
| tree | 05a17137d4c199a29c5326bfda06ae807d66aa5e /des/i3/config | |
| parent | b50fec72ef7f20391da34d0fcdd17ee0ab1cc933 (diff) | |
| download | setup-580682ff01096b3d40ba73a8d4dbf12c10993d39.tar setup-580682ff01096b3d40ba73a8d4dbf12c10993d39.tar.gz setup-580682ff01096b3d40ba73a8d4dbf12c10993d39.tar.bz2 setup-580682ff01096b3d40ba73a8d4dbf12c10993d39.tar.lz setup-580682ff01096b3d40ba73a8d4dbf12c10993d39.tar.xz setup-580682ff01096b3d40ba73a8d4dbf12c10993d39.tar.zst setup-580682ff01096b3d40ba73a8d4dbf12c10993d39.zip | |
quite a few changes...many specific to an ad2 setup (to be weeded out)
Diffstat (limited to 'des/i3/config')
| -rw-r--r-- | des/i3/config | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/des/i3/config b/des/i3/config index 085f814..c2f7209 100644 --- a/des/i3/config +++ b/des/i3/config @@ -19,6 +19,9 @@ font pango:monospace 8 # font pango:DejaVu Sans Mono 8 font pango:Source Code Pro 8 +# Order monitors +exec --no-startup-id xrandr --output DVI-D-0 --auto --output HDMI-0 --auto --left-of DVI-D-0 + # Background exec --no-startup-id feh --bg-fill ~/.setup/des/i3/assets/wallpaper/yosemite_color_block.png @@ -44,6 +47,12 @@ bindsym XF86AudioMute exec --no-startup-id pactl set-sink-mute @DEFAULT_SINK@ to bindsym XF86MonBrightnessUp exec --no-startup-id brightnessctl set +5% && pkill -SIGRTMIN+9 i3blocks bindsym XF86MonBrightnessDown exec --no-startup-id brightnessctl set 5%- && pkill -SIGRTMIN+9 i3blocks +# Take a screenshot +bindsym --release $mod+F3 exec --no-startup-id "/usr/bin/import ~/scratch/screenshots/ss.png && cp ~/scratch/screenshots/latest.png ~/scratch/screenshots/$(date +%F_%T.%N).png" + +# Use change_fan (int .setup dir) to adjust fan speeds +# TBD + # Use format_displays (in .setup dir) to configure external displays bindsym XF86LaunchA exec --no-startup-id format_displays @@ -131,6 +140,16 @@ set $ws8 "8" set $ws9 "9" set $ws10 "10" +## AD2 Specific +# workspace $ws1 output HDMI-0 +# workspace $ws2 output DVI-D-0 + +# # switch to monitor +# bindsym $mod+Mod1+1 focus output eDP-1 +# bindsym $mod+Mod1+2 focus output DP-1 +# bindsym $mod+Mod1+3 focus output DP-2 +# bindsym $mod+Mod1+4 focus output HDMI-1 + # switch to workspace bindsym $mod+1 workspace $ws1 bindsym $mod+2 workspace $ws2 |
