From 2d1fc44a55927295716c666d6af5723e95bfd7de Mon Sep 17 00:00:00 2001 From: Nemo Date: Sun, 23 Feb 2020 01:41:52 +0530 Subject: [PATCH] More things, fix NASC --- files/gtk/.config/gtk-2.0/gtkfilechooser.ini | 4 ++-- files/i3/.i3/config | 5 ++--- files/ssh/.pam_environment | 4 +++- 3 files changed, 7 insertions(+), 6 deletions(-) diff --git a/files/gtk/.config/gtk-2.0/gtkfilechooser.ini b/files/gtk/.config/gtk-2.0/gtkfilechooser.ini index 8518579..adbfc53 100644 --- a/files/gtk/.config/gtk-2.0/gtkfilechooser.ini +++ b/files/gtk/.config/gtk-2.0/gtkfilechooser.ini @@ -3,9 +3,9 @@ LocationMode=path-bar ShowHidden=false ShowSizeColumn=true GeometryX=540 -GeometryY=233 +GeometryY=218 GeometryWidth=840 -GeometryHeight=630 +GeometryHeight=644 SortColumn=modified SortOrder=descending StartupMode=recent diff --git a/files/i3/.i3/config b/files/i3/.i3/config index db4917d..3a0f1f7 100644 --- a/files/i3/.i3/config +++ b/files/i3/.i3/config @@ -247,13 +247,12 @@ exec "/home/nemo/.config/polybar/launch.sh dark" # Sticky Notepad exec --no-startup-id xpad # Sticky math app -exec --no-startup-id com.github.parnold-x.nasc +exec --no-startup-id GTK_THEME=Ambiance com.github.parnold-x.nasc #bindsym $mod+F1 [class="xpad" instance="xpad"] scratchpad show # Go through all windows #bindsym $mod+F2 scratchpad show # Only for Nasc -#bindsym $mod+F3 [class="Com.github.parnold-x.nasc"] scratchpad show - +bindsym $mod+F3 [class="Com.github.parnold-x.nasc"] scratchpad show # Scratchpad bindsym $mod+shift+z move scratchpad diff --git a/files/ssh/.pam_environment b/files/ssh/.pam_environment index 52af151..9e352a0 100644 --- a/files/ssh/.pam_environment +++ b/files/ssh/.pam_environment @@ -1 +1,3 @@ -SSH_AUTH_SOCK DEFAULT="${XDG_RUNTIME_DIR}/ssh-agent.socket" \ No newline at end of file +SSH_AUTH_SOCK DEFAULT="${XDG_RUNTIME_DIR}/ssh-agent.socket" +SSH_AGENT_PID DEFAULT= +GSM_SKIP_SSH_AGENT_WORKAROUND DEFAULT=1 \ No newline at end of file