diff --git a/fish/config.fish b/fish/config.fish
index c4078d3..68cf484 100644
--- a/fish/config.fish
+++ b/fish/config.fish
@@ -32,7 +32,7 @@ end
 
 function _prompt_whoami -a sep_color -a color -d "Display user@host if on a SSH session"
     if set -q SSH_TTY
-        echo -n -s $color (whoami)@(hostname) $sep_color '|'
+        echo -n -s $color (whoami)@(hostnamectl --static) $sep_color '|'
     end
 end
 
diff --git a/picom.conf b/picom.conf
index cad3681..3f3467d 100644
--- a/picom.conf
+++ b/picom.conf
@@ -88,7 +88,7 @@ shadow-offset-y = 2;
 shadow-exclude = [
   "name = 'Notification'",
   "class_g = 'Conky'",
-  "class_g = 'firefox'",
+  # "class_g = 'firefox'",
   # "class_g = 'Alacritty'",
   "class_g ?= 'Notify-osd'",
   "class_g = 'Cairo-clock'",
@@ -205,6 +205,12 @@ opacity-rule = [
   "100:class_g    = 'dolphin'",
   "100:class_g    = 'mpv'",
   "100:class_g    = 'libreoffice'",
+  "100:_NET_WM_STATE@[0]:32a *= '_NET_WM_STATE_FULLSCREEN'",
+  "0:_NET_WM_STATE@[0]:32a *= '_NET_WM_STATE_HIDDEN'",
+  "0:_NET_WM_STATE@[1]:32a *= '_NET_WM_STATE_HIDDEN'",
+  "0:_NET_WM_STATE@[2]:32a *= '_NET_WM_STATE_HIDDEN'",
+  "0:_NET_WM_STATE@[3]:32a *= '_NET_WM_STATE_HIDDEN'",
+  "0:_NET_WM_STATE@[4]:32a *= '_NET_WM_STATE_HIDDEN'",
   "100:class_g    = 'Thunderbird'"
 ];
 
diff --git a/scripts/drvid.fish b/scripts/drvid
similarity index 100%
rename from scripts/drvid.fish
rename to scripts/drvid
diff --git a/scripts/fehbg.sh b/scripts/fehbg
similarity index 100%
rename from scripts/fehbg.sh
rename to scripts/fehbg
diff --git a/scripts/fileusage.sh b/scripts/fileusage
similarity index 100%
rename from scripts/fileusage.sh
rename to scripts/fileusage
diff --git a/scripts/lbrympv.fish b/scripts/lbrympv
similarity index 100%
rename from scripts/lbrympv.fish
rename to scripts/lbrympv
diff --git a/scripts/lbryytdl.fish b/scripts/lbryytdl
similarity index 100%
rename from scripts/lbryytdl.fish
rename to scripts/lbryytdl
diff --git a/scripts/lfgimg.fish b/scripts/lfgimg
similarity index 100%
rename from scripts/lfgimg.fish
rename to scripts/lfgimg
diff --git a/scripts/mailsync.sh b/scripts/mailsync
similarity index 100%
rename from scripts/mailsync.sh
rename to scripts/mailsync
diff --git a/scripts/pacprev.sh b/scripts/pacprev
similarity index 100%
rename from scripts/pacprev.sh
rename to scripts/pacprev
diff --git a/scripts/rifle-sxiv.sh b/scripts/rifle-sxiv
similarity index 100%
rename from scripts/rifle-sxiv.sh
rename to scripts/rifle-sxiv
diff --git a/scripts/transadd.sh b/scripts/transadd
similarity index 100%
rename from scripts/transadd.sh
rename to scripts/transadd
diff --git a/tridactyl/tridactylrc b/tridactyl/tridactylrc
index 9d61a79..60c13a6 100644
--- a/tridactyl/tridactylrc
+++ b/tridactyl/tridactylrc
@@ -41,18 +41,21 @@ set searchengine d
 " For syntax highlighting see https://github.com/tridactyl/vim-tridactyl
 " vim: set filetype=tridactyl
 
-" Org Capture
-command org-capture js -p tri.excmds.exclaim_quiet('org-capture ' + JS_ARG)
+"" Org Capture
+command org-capture composite get_current_url | js -p tri.excmds.exclaim_quiet('org-capture ' + JS_ARG);
 
-" Adding my own bindings
+"" Adding my own bindings
 bind v hint -W mpvsafe
+bind gv current_url mpvsafe
 bind F hint -w
 bind gy hint -y
-bind gc composite get_current_url | org-capture
+bind gc org-capture
 bind gC hint -W org-capture
+bind go current_url open
+bind m fillcmdline quickmark 
 
-" buffers show as windows
-bind b bufferall
+"" buffers show as windows
+bind b fillcmdline taball 
 
-" Smoothscroll
+"" Smoothscroll
 set smoothscroll true