diff options
author | Vikas Kushwaha <dev@vikas.rocks> | 2025-06-01 20:48:49 +0530 |
---|---|---|
committer | Vikas Kushwaha <dev@vikas.rocks> | 2025-06-01 20:48:49 +0530 |
commit | 132ec769505533c24bd06f6604913fdc1db6fe35 (patch) | |
tree | c21a0f93fad8f12b3901ea21a2024a9df2e1622b /.config/i3 | |
parent | 0d397e4d3d204a1e016c0863815f0b5dc516c46b (diff) |
git updates
Diffstat (limited to '.config/i3')
-rw-r--r-- | .config/i3/config | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/.config/i3/config b/.config/i3/config index 23697c5..2c12947 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -101,6 +101,7 @@ bindsym Ctrl+Print exec --no-startup-id $preferredScreenCaptureTool bindsym $super+Return exec --no-startup-id $preferredTerminalEmulator bindsym $super+t exec --no-startup-id xfce4-terminal +bindsym $super+Shift+t exec --no-startup-id notify-send Temprature "$(sensors --no-adapter coretemp-isa-0000 | tail +2 | sed "s|(.*)||")" font pango: source code pro 16 @@ -194,6 +195,7 @@ bindsym $super+Shift+Print --release exec --no-startup-id i3-scrot -s # kill focused window bindsym $super+q kill +bindsym $super+Shift+q exec xkill -id "$(xdotool getactivewindow)" # split in horizontal orientation # bindsym $super+apostrophe split h @@ -406,7 +408,6 @@ workspace $ws7 output "HDMI-0" workspace $ws8 output "HDMI-0" workspace $ws9 output "HDMI-0" workspace $ws10 output "HDMI-0" -workspace "12: W " output "HDMI-0" #################### @@ -546,7 +547,7 @@ bar { bar { output nonprimary - status_command exec i3blocks -c ~/.config/i3blocks/systeminfo + status_command exec i3blocks -c ~/.config/i3blocks/bar2 bindsym --release button3 exec jgmenu --at-pointer workspace_min_width 40 strip_workspace_numbers yes |