Skip to content

Commit

Permalink
Merge pull request #126 from klaxalk/vojta
Browse files Browse the repository at this point in the history
updates for the new thinkpad pc for vojta
  • Loading branch information
spurnvoj authored Jul 1, 2024
2 parents 8827ebb + 65eae54 commit dc3b228
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 25 deletions.
35 changes: 12 additions & 23 deletions appconfig/i3/doti3/config_git
Original file line number Diff line number Diff line change
Expand Up @@ -244,9 +244,7 @@ bindsym Print exec shutter --select
bindsym $mod+t exec --no-startup-id ~/.scripts/toggle_touchpad.sh

# shutdown/logout menu
# EPIGEN_DEL_BLOCK_VOJTA {
bindsym $mod+Shift+x exec ~/.i3/shutdown_menu -p rofi
# EPIGEN_DEL_BLOCK_VOJTA }

bindsym $mod2+l exec --no-startup-id ~/.i3/layout_manager.sh

Expand Down Expand Up @@ -657,29 +655,20 @@ set $mode_gaps_inner inner gaps

# EPIGEN_ADD_BLOCK_VOJTA {

# bindsym $mod+Shift+x exec "~/.i3/detacher.sh 'cd $HOME/.i3; ./shutdown_menu -p rofi'"

# bindsym $mod2+m exec "~/.i3/detacher.sh 'cd $GIT_PATH/linux-setup/scripts; ./vojta_set_monitor.sh'"

# # EPIGEN_ADD_BLOCK_ASUS {

# # # Bing ASUS keyboard brightness control
# # bindsym XF86KbdBrightnessUp exec --no-startup-id ~/.scripts/kb-light.py +
# # bindsym XF86KbdBrightnessDown exec --no-startup-id ~/.scripts/kb-light.py -

# # # Bind ASUS screen brightness control
# # bindsym XF86MonBrightnessDown exec --no-startup-id ~/.i3/brightness.sh -
# # bindsym XF86MonBrightnessUp exec --no-startup-id ~/.i3/brightness.sh +

# # # Toggling ASUS touchpad
# # bindsym XF86TouchpadToggle exec --no-startup-id ~/.scripts/toggle_touchpad.sh

# # # # Bind ASUS audio control keys
# # bindsym XF86AudioMute --release exec --no-startup-id amixer -D pulse sset 'Master' toggle
# # bindsym XF86AudioLowerVolume exec --no-startup-id amixer -D pulse sset 'Master' 5%-
# # bindsym XF86AudioRaiseVolume exec --no-startup-id amixer -D pulse sset 'Master' 5%+

# # EPIGEN_ADD_BLOCK_ASUS }
# # Bind audio control keys
# bindsym XF86AudioMute --release exec --no-startup-id amixer -D pulse sset 'Master' toggle
# bindsym XF86AudioLowerVolume --release exec --no-startup-id amixer -D pulse sset 'Master' 5%-
# bindsym XF86AudioRaiseVolume --release exec --no-startup-id amixer -D pulse sset 'Master' 5%+
# bindsym XF86AudioPlay --release exec --no-startup-id ~/git/linux-setup/scripts/control_music.sh toggle && notify-send "Pausing/playing youtube"
# bindsym XF86AudioPause --release exec --no-startup-id ~/git/linux-setup/scripts/control_music.sh toggle && notify-send "Pausing/playing youtube"
# bindsym XF86AudioNext --release exec --no-startup-id ~/git/linux-setup/scripts/control_music.sh next && notify-send "Next song"
# bindsym XF86AudioPrev --release exec --no-startup-id ~/git/linux-setup/scripts/control_music.sh previous && notify-send "Previous song"

# # Bind screen brightness control
# bindsym XF86MonBrightnessDown --release exec --no-startup-id ~/.i3/brightness.sh - # decrease screen brightness
# bindsym XF86MonBrightnessUp --release exec --no-startup-id ~/.i3/brightness.sh + # INCREASE Screen brightness

# # Background image
# # EPIGEN_ADD_BLOCK_COLORSCHEME_LIGHT {
Expand Down
2 changes: 1 addition & 1 deletion miscellaneous/arandr_scripts/vojta/lab.sh
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#!/bin/sh
xrandr --output eDP-1-1 --mode 1920x1080 --pos 0x0 --rotate normal --output HDMI-1-1 --off --output HDMI-1-2 --primary --mode 1920x1200 --pos 1920x0 --rotate normal
xrandr --output eDP --mode 1920x1200 --pos 0x0 --rotate normal --output HDMI-A-0 --off --output DisplayPort-0 --primary --mode 2560x1440 --pos 1920x0 --rotate normal --output DisplayPort-1 --off --output DisplayPort-2 --off --output DisplayPort-3 --off --output DisplayPort-4 --off --output DisplayPort-5 --off
2 changes: 1 addition & 1 deletion miscellaneous/arandr_scripts/vojta/standalone.sh
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#!/bin/sh
xrandr --output eDP-1-1 --primary --mode 1920x1080 --pos 0x0 --rotate normal --output HDMI-1-1 --off --output HDMI-1-2 --off
xrandr --output eDP --primary --mode 1920x1200 --pos 0x0 --rotate normal --output HDMI-A-0 --off --output DisplayPort-0 --off --output DisplayPort-1 --off --output DisplayPort-2 --off --output DisplayPort-3 --off --output DisplayPort-4 --off --output DisplayPort-5 --off

0 comments on commit dc3b228

Please sign in to comment.