aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorclarkzjw <[email protected]>2023-04-07 20:02:05 -0700
committerclarkzjw <[email protected]>2023-04-07 20:02:05 -0700
commitd1bc3d4fcbf58a028911ea5b2614941a5688c486 (patch)
tree8deb21ebbe69880a87f21e090cfcb4cc469e8771
parentd8ecd35ee965c3ea3827ab0c36bb2bef85699eef (diff)
downloaddotfiles-d1bc3d4fcbf58a028911ea5b2614941a5688c486.tar.gz
i3: show window icon on title bar
-rw-r--r--dot_config/flameshot/flameshot.ini2
-rw-r--r--dot_config/i3/config11
-rw-r--r--dot_config/ibus/rime/user.yaml2
-rw-r--r--dot_config/jgmenu/jgmenurc43
-rw-r--r--dot_profile8
-rw-r--r--dot_zshrc1
6 files changed, 59 insertions, 8 deletions
diff --git a/dot_config/flameshot/flameshot.ini b/dot_config/flameshot/flameshot.ini
index bce4432..5223e51 100644
--- a/dot_config/flameshot/flameshot.ini
+++ b/dot_config/flameshot/flameshot.ini
@@ -1,7 +1,7 @@
1[General] 1[General]
2contrastOpacity=188 2contrastOpacity=188
3copyOnDoubleClick=true 3copyOnDoubleClick=true
4drawColor=#008000 4drawColor=#ffffff
5filenamePattern=Snipaste_%F_%H-%M-%S 5filenamePattern=Snipaste_%F_%H-%M-%S
6saveAfterCopy=true 6saveAfterCopy=true
7saveAsFileExtension=png 7saveAsFileExtension=png
diff --git a/dot_config/i3/config b/dot_config/i3/config
index fff142f..10726f1 100644
--- a/dot_config/i3/config
+++ b/dot_config/i3/config
@@ -40,12 +40,8 @@ workspace_layout tabbed
40# extra options for windows: # 40# extra options for windows: #
41############################## 41##############################
42 42
43#border indicator on windows:
44default_border pixel 0
45#new_window pixel 1
46
47# thin borders 43# thin borders
48#hide_edge_borders both 44hide_edge_borders both
49default_border normal 45default_border normal
50 46
51# Use Mouse+$mod to drag floating windows to their wanted position 47# Use Mouse+$mod to drag floating windows to their wanted position
@@ -321,6 +317,9 @@ for_window [class="Logseq"] border pixel 1
321# set position of floating window 317# set position of floating window
322for_window [class=".*"] move position center 318for_window [class=".*"] move position center
323 319
320# windows title bar icon
321for_window [all] title_window_icon padding 1px
322
324################## 323##################
325# floating rules # 324# floating rules #
326################## 325##################
@@ -423,7 +422,7 @@ exec --no-startup-id dunst --config ~/.config/dunst/dunstrc
423#exec --no-startup-id env GDK_SCALE=2 /usr/lib/xfce4/notifyd/xfce4-notifyd & 422#exec --no-startup-id env GDK_SCALE=2 /usr/lib/xfce4/notifyd/xfce4-notifyd &
424 423
425# Mastodon client 424# Mastodon client
426exec --no-startup-id tmux new -d -s toot tut 425#exec --no-startup-id tmux new -d -s toot tut
427 426
428# autotiling script 427# autotiling script
429# https://github.com/nwg-piotr/autotiling 428# https://github.com/nwg-piotr/autotiling
diff --git a/dot_config/ibus/rime/user.yaml b/dot_config/ibus/rime/user.yaml
index 7af166c..a57040c 100644
--- a/dot_config/ibus/rime/user.yaml
+++ b/dot_config/ibus/rime/user.yaml
@@ -1,4 +1,4 @@
1var: 1var:
2 last_build_time: 1676844809 2 last_build_time: 1680841020
3 option: 3 option:
4 simplification: true \ No newline at end of file 4 simplification: true \ No newline at end of file
diff --git a/dot_config/jgmenu/jgmenurc b/dot_config/jgmenu/jgmenurc
new file mode 100644
index 0000000..55a23e2
--- /dev/null
+++ b/dot_config/jgmenu/jgmenurc
@@ -0,0 +1,43 @@
1
2# jgmenurc
3
4at_pointer = 0
5stay_alive = 0
6multi_window = 1
7tint2_look = 1
8
9menu_halign = left
10menu_valign = bottom
11menu_margin_x = 10
12menu_margin_y = 45
13
14menu_width = 250
15menu_radius = 10
16menu_border = 1
17
18menu_padding_top = 5
19menu_padding_right = 2
20menu_padding_bottom = 5
21menu_padding_left = 2
22
23item_height = 30
24item_padding_x = 10
25item_margin_y = 10
26item_radius = 0
27item_border = 0
28sep_height = 3
29
30icon_size = 24
31font = UbuntuMono 20px
32
33sub_hover_action = 1
34terminal_exec = xfce4-terminal
35terminal_args = -e
36
37color_menu_bg = #383c4a 100
38color_menu_fg = #8fa1b3 100
39color_norm_bg = #2b303b 0
40color_norm_fg = #8fa1b3 100
41color_sel_bg = #5294e2 100
42color_sel_fg = #2b303b 100
43color_sep_fg = #7c818c 40
diff --git a/dot_profile b/dot_profile
index 8c1f0ab..0306fa5 100644
--- a/dot_profile
+++ b/dot_profile
@@ -1,3 +1,11 @@
1# sway
2#export MOZ_ENABLE_WAYLAND=1
3#export XDG_CURRENT_DESKTOP=sway
4#export XDG_SESSION_TYPE=wayland
5#export WLR_NO_HARDWARE_CURSORS=1
6##export WLR_NO_HARDWARE_CURSORS=0
7#export WLR_RENDERER_ALLOW_SOFTWARE=1
8
1export TERMINAL=xfce4-terminal 9export TERMINAL=xfce4-terminal
2#export QT_QPA_PLATFORMTHEME=qt5ct 10#export QT_QPA_PLATFORMTHEME=qt5ct
3#export QT_QPA_PLATFORMTHEME=qt6ct 11#export QT_QPA_PLATFORMTHEME=qt6ct
diff --git a/dot_zshrc b/dot_zshrc
index ab72106..5557cee 100644
--- a/dot_zshrc
+++ b/dot_zshrc
@@ -142,6 +142,7 @@ alias chez="/usr/bin/chezmoi"
142alias xc="xclip -selection clip" 142alias xc="xclip -selection clip"
143alias ledger="vim ~/Documents/code/Ledger/year/`date +%Y`/`date +%Y%m`.beancount" 143alias ledger="vim ~/Documents/code/Ledger/year/`date +%Y`/`date +%Y%m`.beancount"
144alias vimrc="vim ~/.vimrc" 144alias vimrc="vim ~/.vimrc"
145alias toot="tmux new -d -s toot tut && tmux a"
145 146
146export PYENV_ROOT="$HOME/.pyenv" 147export PYENV_ROOT="$HOME/.pyenv"
147command -v pyenv >/dev/null || export PATH="$PYENV_ROOT/bin:$PATH" 148command -v pyenv >/dev/null || export PATH="$PYENV_ROOT/bin:$PATH"
Powered by cgit v1.2.3 (git 2.41.0)