From 9e9b1b8b2aebb7cb6341cc70ed03e58add01cb99 Mon Sep 17 00:00:00 2001 From: Andrei Stoica Date: Fri, 10 Mar 2017 17:29:18 -0500 Subject: [PATCH] changed i3 conf --- .i3/config | 10 +++++----- .i3/suspend.sh | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.i3/config b/.i3/config index 504a85f..f2daac4 100755 --- a/.i3/config +++ b/.i3/config @@ -146,9 +146,9 @@ bindsym $mod+Shift+r restart # exit i3 (logs you out of your X session) bindsym $mod+Shift+e exec "i3-nagbar -t warning -m 'You pressed the exit shortcut. Do you really want to exit i3? This will end your X session.' -b 'Yes, exit i3' 'i3-msg exit'" # lock using i3lock -bindsym Ctrl+Pause exec "i3lock -i '/home/andrei/Pictures/pcmr dye.png' -t -F" +bindsym Ctrl+Break exec "i3lock -i '/home/andrei/Pictures/pcmr dye.png' -t" # suspend with lock -bindsym Shift+Ctrl+Pause exec ~/.i3/suspend.sh +bindsym Shift+Ctrl+Break exec ~/.i3/suspend.sh # shutdown computer bindsym Shift+Ctrl+$mod+mod1+s exec systemctl poweroff # restart computer @@ -230,9 +230,9 @@ bindsym $mod+mod1+Right move workspace to output right popup_during_fullscreen smart # setup display -exec xrandr --output DP-0 --rotate left -#exec xrandr --output DVI-I-1 --right-of DP-0 -exec xrandr --output HDMI-0 --pos 1441x801 +exec xrandr --output DP-0 -- primary --rotate left +exec xrandr --output HDMI-0 --right-of DP-0 +exec xrandr --output HDMI-0 --pos 1441x1000 # set the background exec feh --bg-fill "/home/andrei/Pictures/ArchGate2.png" diff --git a/.i3/suspend.sh b/.i3/suspend.sh index 3f09013..7671235 100755 --- a/.i3/suspend.sh +++ b/.i3/suspend.sh @@ -1,3 +1,3 @@ -i3lock -i '/home/andrei/Pictures/pcmr dye.png' -t +i3lock -i '/home/andrei/Pictures/pcmr dye.png' -t -F systemctl suspend;