Tweaks and changes, plus new git server stuff
This commit is contained in:
parent
4b0c81ea3d
commit
f601eebc8e
@ -62,5 +62,5 @@ style = "Regular"
|
||||
[window]
|
||||
dynamic_padding = true
|
||||
dynamic_title = true
|
||||
opacity = 0.98
|
||||
opacity = 0.8
|
||||
title = "Terminal"
|
||||
|
||||
@ -39,14 +39,14 @@ column_meter_modes_0=2 2 2 2 2 2
|
||||
column_meters_1=AllCPUs2 Blank MemorySwap
|
||||
column_meter_modes_1=1 2 1
|
||||
tree_view=0
|
||||
sort_key=47
|
||||
sort_key=46
|
||||
tree_sort_key=46
|
||||
sort_direction=-1
|
||||
tree_sort_direction=-1
|
||||
tree_view_always_by_pid=0
|
||||
all_branches_collapsed=0
|
||||
screen:Main=PID USER PRIORITY NICE M_VIRT M_RESIDENT M_SHARE STATE PERCENT_CPU PERCENT_MEM TIME Command
|
||||
.sort_key=PERCENT_MEM
|
||||
.sort_key=PERCENT_CPU
|
||||
.tree_sort_key=PERCENT_CPU
|
||||
.tree_view_always_by_pid=0
|
||||
.tree_view=0
|
||||
|
||||
@ -4,7 +4,7 @@
|
||||
|
||||
Host gitea
|
||||
Hostname git.ezri.dev
|
||||
User gitea
|
||||
User git
|
||||
|
||||
Host github
|
||||
Hostname github.com
|
||||
|
||||
@ -61,6 +61,8 @@ mode "resize" {
|
||||
}
|
||||
}
|
||||
|
||||
bindsym $mod+r mode "resize"
|
||||
|
||||
## Moving Windows
|
||||
bindsym {
|
||||
# Arrow key bindings
|
||||
|
||||
@ -8,6 +8,9 @@ set $rightdisplay "HP Inc. HP Z27n G2 6CM0151FD4"
|
||||
|
||||
output {
|
||||
$leftdisplay pos 0 0 mode 2560x1440@60Hz transform 270
|
||||
$leftdisplay bg ~/Images/Sidepaper.png center
|
||||
$centerdisplay pos 1440 450 mode 3440x1440 transform 0
|
||||
$centerdisplay bg ~/Images/Wallpaper.png center
|
||||
$rightdisplay pos 4880 0 mode 2560x1440@60Hz transform 90
|
||||
$rightdisplay bg ~/Images/Sidepaper.png center
|
||||
}
|
||||
@ -3,3 +3,5 @@
|
||||
### ###
|
||||
|
||||
bindsym $mod+Shift+V exec vpn-toggle
|
||||
|
||||
for_window [class="Gpauth"] floating enable
|
||||
|
||||
@ -1,9 +1,8 @@
|
||||
# -*-conf-*-
|
||||
|
||||
#timeout 10 'pgrep swaylock &> /dev/null && swaymsg "output * power off"' resume 'pgrep swaylock &> /dev/null && swaymsg "output * power on" && gpg-connect-agent UPDATESTARTUPTTY /bye'
|
||||
#timeout 15 'pgrep swaylock &> /dev/null && pkill -u 1000 -SIGSTOP electron' resume 'pgrep swaylock &> /dev/null && pkill -u 1000 -SIGCONT electron'
|
||||
timeout 150 'loginctl lock-session'
|
||||
timeout 600 'systemctl suspend'
|
||||
timeout 10 'pgrep swaylock &> /dev/null && swaymsg "output * power off"' resume 'pgrep swaylock &> /dev/null && swaymsg "output * power on" && gpg-connect-agent UPDATESTARTUPTTY /bye'
|
||||
timeout 15 'pgrep swaylock &> /dev/null && pkill -u 1000 -SIGSTOP electron' resume 'pgrep swaylock &> /dev/null && pkill -u 1000 -SIGCONT electron'
|
||||
timeout 150 'loginctl lock-session && swaymsg "output * power off"'
|
||||
lock ~/.local/bin/screenlock
|
||||
before-sleep 'loginctl lock-session'
|
||||
unlock 'pkill -SIGUSR1 swaylock'
|
||||
|
||||
@ -93,9 +93,9 @@
|
||||
},
|
||||
{
|
||||
"index": 13,
|
||||
"name": "tbd",
|
||||
"exec": "console",
|
||||
"program_name": "console"
|
||||
"name": "edex-ui",
|
||||
"exec": "edex-ui",
|
||||
"program_name": "edex-ui"
|
||||
},
|
||||
{
|
||||
"index": 14,
|
||||
|
||||
@ -10,5 +10,6 @@ if pgrep gpclient &>/dev/null; then
|
||||
else
|
||||
# VPN is disconnected, so connect
|
||||
echo "Connecting to VPN..."
|
||||
# pkexec doesn't pass the DISPLAY and XAUTHORITY environment variables, so we need to pass them manually
|
||||
pkexec env DISPLAY=$DISPLAY XAUTHORITY=$XAUTHORITY gpclient connect gp.usu.edu
|
||||
fi
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user