diff options
| author | Steve Lee <me@xiangyangli.com> | 2022-04-24 06:14:44 +0800 |
|---|---|---|
| committer | Steve Lee <me@xiangyangli.com> | 2022-04-24 06:14:44 +0800 |
| commit | e53bfc58885feb8bacafb7bc0b7a6bb7255e5583 (patch) | |
| tree | 82ba35cc1a47b14a378c8b72ba8e04c842a41166 | |
| parent | 98a53ba966b0f2ffc2a2568e8614084ad9d385a2 (diff) | |
| download | dotfiles-e53bfc58885feb8bacafb7bc0b7a6bb7255e5583.tar.xz dotfiles-e53bfc58885feb8bacafb7bc0b7a6bb7255e5583.zip | |
update i3 for desktop)
| -rw-r--r-- | .config/i3/config | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/.config/i3/config b/.config/i3/config index e77e6a5..e259928 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -91,7 +91,8 @@ bindsym $mod+a focus parent #bindsym $mod+d focus child # bind workapce to workspace -workspace 1 output HDMI-1 +workspace 1 output HDMI-A-0 +workspace 10 output HDMI-A-0 # switch to workspace bindsym $mod+1 workspace 1 @@ -181,6 +182,7 @@ exec --no-startup-id xmodmap /home/steve/.xmodmap # Start the nm-applet exec --no-startup-id nm-applet +exec --no-startup-id blueman-applet exec --no-startup-id xcompmgr -c -f -n # exec --no-startup-id feh --bg-center /home/stevelee/Pictures/background/evil-corp-qhd-1280x1024.jpg @@ -188,7 +190,7 @@ exec --no-startup-id xcompmgr -c -f -n # bindsym $mod+p exec xrandr --output VGA1 --auto && xrandr --output LVDS1 --off && feh --bg-center /home/stevelee/Pictures/background/evil-corp-qhd-1280x1024.jpg #bindsym $mod+p exec xrandr --output DP1 --auto && xrandr --output eDP1 --off && feh --bg-center /home/stevelee/Pictures/background/evil-corp-qhd-1280x1024.jpg #bindsym $mod+p exec xrandr --output HDMI2 --auto && xrandr --output eDP1 --off && feh --bg-center /home/stevelee/Pictures/background/evil-corp-qhd-1280x1024.jpg -bindsym $mod+p exec xrandr --output HDMI-1 --auto --rotate left --left-of DP-1 && xrandr --output DP-1 --auto +bindsym $mod+p exec xrandr --output HDMI-A-0 --auto --rotate left --left-of DisplayPort-0 && feh --bg-center /home/steve/Pictures/Evil.png # bindsym $mod+i exec xrandr --output LVDS1 --auto && xrandr --output VGA1 --off bindsym $mod+i exec xrandr --output eDP1 --mode 1280x720 && xrandr --output HDMI2 --off # bindsym $mod+u exec xrandr --output VGA1 --auto --right-of LVDS1 && feh --bg-center /home/stevelee/Pictures/background/evil-corp-qhd-1280x1024.jpg |
