2 Commits 6f1739f345 ... 9d142211f0

Author SHA1 Message Date
  xfnw 9d142211f0 change dropdown terminal transparency 2 years ago
  xfnw c3b390b8bb clean up i3 config a bit 2 years ago
2 changed files with 5 additions and 10 deletions
  1. 0 7
      .config/i3/config
  2. 5 3
      .config/xfce4/terminal/terminalrc

+ 0 - 7
.config/i3/config

@@ -33,13 +33,10 @@ floating_modifier $mod
 bindsym $mod+Return exec kitty
 bindsym $mod+apostrophe exec xfce4-terminal --drop-down
 
-
 # kill focused window
 bindsym $mod+Shift+q kill
 bindsym $mod+q exec xkill
 
-
-
 # start rofi (a program launcher)
 bindsym $mod+d exec rofi -show combi
 
@@ -50,8 +47,6 @@ bindsym --release $mod+Shift+d exec date -I | xargs xdotool keyup control shift
 bindsym $mod+c exec rofi -show ssh
 #bindsym $mod+x exec rofi -show combi
 
-
-
 # media keys
 bindsym XF86AudioRaiseVolume exec --no-startup-id pactl set-sink-volume 0 +5%
 bindsym XF86AudioLowerVolume exec --no-startup-id pactl set-sink-volume 0 -5%
@@ -217,8 +212,6 @@ bindsym $mod+p exec ~/.config/i3/dmenupasta
 
 ### i3-gaps stuff ###
 
-# Necessary for i3-gaps to work properly (pixel can be any value)
-
 # Smart Gaps
 smart_gaps on
 

+ 5 - 3
.config/xfce4/terminal/terminalrc

@@ -1,7 +1,7 @@
 [Configuration]
 MiscAlwaysShowTabs=FALSE
-MiscBell=FALSE
-MiscBellUrgent=FALSE
+MiscBell=TRUE
+MiscBellUrgent=TRUE
 MiscBordersDefault=TRUE
 MiscCursorBlinks=FALSE
 MiscCursorShape=TERMINAL_CURSOR_SHAPE_BLOCK
@@ -27,7 +27,7 @@ MiscNewTabAdjacent=FALSE
 MiscSearchDialogOpacity=100
 MiscShowUnsafePasteDialog=FALSE
 BackgroundMode=TERMINAL_BACKGROUND_TRANSPARENT
-BackgroundDarkness=0.590000
+BackgroundDarkness=0.800000
 FontName=JetBrainsMono Nerd Font 12
 ScrollingBar=TERMINAL_SCROLLBAR_NONE
 DropdownPosition=75
@@ -39,4 +39,6 @@ DropdownStatusIcon=FALSE
 ColorPalette=rgb(21,22,16);rgb(163,40,16);rgb(114,122,24);rgb(163,119,41);rgb(61,98,102);rgb(122,73,85);rgb(85,122,85);rgb(142,132,99);rgb(76,70,53);rgb(204,50,20);rgb(142,153,30);rgb(204,149,40);rgb(76,123,127);rgb(153,91,107);rgb(107,153,107);rgb(204,188,190)
 ColorForeground=#ccccbcbcbebe
 ColorBackground=#161615151010
+MiscRightClickAction=TERMINAL_RIGHT_CLICK_ACTION_CONTEXT_MENU
+ScrollingUnlimited=TRUE