mirror of
https://github.com/Mastermindzh/dotfiles.git
synced 2024-11-23 23:34:07 +01:00
chore: finally added hparchs setup :)
This commit is contained in:
parent
20cc3d92d1
commit
c2ae3d5fa0
@ -8,7 +8,7 @@ New version as of Nov 2022:
|
|||||||
|
|
||||||
[![dotfiles](media/dotfiles5.png)](https://raw.githubusercontent.com/Mastermindzh/dotfiles/master/media/dotfiles5.png)
|
[![dotfiles](media/dotfiles5.png)](https://raw.githubusercontent.com/Mastermindzh/dotfiles/master/media/dotfiles5.png)
|
||||||
|
|
||||||
I changed the terminal out for gnome-terminal, full-screen it has the same color-hue as the i3bar:
|
I changed color of the terminal to match the i3bar:
|
||||||
|
|
||||||
<img src = "media/dotfiles-small-5.png" width="200">
|
<img src = "media/dotfiles-small-5.png" width="200">
|
||||||
|
|
||||||
@ -32,7 +32,7 @@ Older versions:
|
|||||||
| Editor | nano |
|
| Editor | nano |
|
||||||
| Code editor | vscode |
|
| Code editor | vscode |
|
||||||
| Browser | Firefox |
|
| Browser | Firefox |
|
||||||
| File manager | If I have to use one ... Nautilus |
|
| File manager | If I have to use one ... Thunar |
|
||||||
| Music | Tidal through [Tidal-hifi](https://github.com/Mastermindzh/tidal-hifi) |
|
| Music | Tidal through [Tidal-hifi](https://github.com/Mastermindzh/tidal-hifi) |
|
||||||
| | |
|
| | |
|
||||||
|
|
||||||
|
9
computers/hparch/.xprofile
Normal file
9
computers/hparch/.xprofile
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
# startup stuffs
|
||||||
|
|
||||||
|
#/bin/bash
|
||||||
|
displays=($(xrandr | awk '/ connected /{print $1}'))
|
||||||
|
selected_display="${displays[0]}"
|
||||||
|
xrandr --output "$selected_display" --brightness 0.75
|
||||||
|
|
||||||
|
# power savings
|
3
computers/hparch/install.sh
Normal file
3
computers/hparch/install.sh
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
MYPATH=$PWD/computers/hparch
|
||||||
|
ln -sf "$MYPATH/.xprofile" ~/.xprofile
|
@ -19,7 +19,7 @@ MiscTabPosition=GTK_POS_TOP
|
|||||||
MiscHighlightUrls=TRUE
|
MiscHighlightUrls=TRUE
|
||||||
MiscMiddleClickOpensUri=FALSE
|
MiscMiddleClickOpensUri=FALSE
|
||||||
MiscCopyOnSelect=FALSE
|
MiscCopyOnSelect=FALSE
|
||||||
MiscShowRelaunchDialog=TRUE
|
MiscShowRelaunchDialog=FALSE
|
||||||
MiscRewrapOnResize=TRUE
|
MiscRewrapOnResize=TRUE
|
||||||
MiscUseShiftArrowsToScroll=FALSE
|
MiscUseShiftArrowsToScroll=FALSE
|
||||||
MiscSlimTabs=FALSE
|
MiscSlimTabs=FALSE
|
||||||
@ -34,3 +34,4 @@ ScrollingBar=TERMINAL_SCROLLBAR_NONE
|
|||||||
ColorBackground=#1e1e1e1e1e1e
|
ColorBackground=#1e1e1e1e1e1e
|
||||||
TitleInitial=
|
TitleInitial=
|
||||||
FontName=Ubuntu Mono 13
|
FontName=Ubuntu Mono 13
|
||||||
|
|
||||||
|
2
dependencies/pacman.txt
vendored
2
dependencies/pacman.txt
vendored
@ -63,8 +63,6 @@ networkmanager-l2tp
|
|||||||
strongswan
|
strongswan
|
||||||
w3m
|
w3m
|
||||||
system-config-printer
|
system-config-printer
|
||||||
nautilus
|
|
||||||
nautilus-share
|
|
||||||
wget
|
wget
|
||||||
pyenv
|
pyenv
|
||||||
jq
|
jq
|
||||||
|
21
i3/config
21
i3/config
@ -88,9 +88,21 @@ bindsym $mod+Shift+c reload
|
|||||||
bindsym $mod+Shift+r restart
|
bindsym $mod+Shift+r restart
|
||||||
|
|
||||||
# exit i3 (logs you out of your X session)
|
# exit i3 (logs you out of your X session)
|
||||||
bindsym $mod+Shift+Escape exec "i3-nagbar -t warning -m 'Do you really want to exit i3?' -b 'Yes, exit i3' 'i3-msg exit'"
|
set $mode_power "Exit (L)ogout, (R)eboot, (S)hutdown"
|
||||||
bindsym $mod+Shift+Delete exec "i3-nagbar -t alert -m 'Do you really want to shut down?' -b 'Yes, Shutdown' 'shutdown -h now'"
|
|
||||||
bindsym $mod+Shift+BackSpace exec "i3-nagbar -t error -m 'Do you really want to reboot?' -b 'Yes, Reboot' 'reboot'"
|
mode $mode_power {
|
||||||
|
bindsym $mod+r exec systemctl reboot
|
||||||
|
bindsym $mod+l exit
|
||||||
|
bindsym $mod+s exec systemctl poweroff
|
||||||
|
|
||||||
|
# back to normal: Enter or Escape
|
||||||
|
bindsym Return mode "default"
|
||||||
|
bindsym Escape mode "default"
|
||||||
|
}
|
||||||
|
|
||||||
|
bindsym $mod+Shift+Delete mode $mode_power
|
||||||
|
bindsym $mod+Shift+Escape mode $mode_power
|
||||||
|
bindsym $mod+Shift+Backspace mode $mode_power
|
||||||
|
|
||||||
# focus on the parent window
|
# focus on the parent window
|
||||||
bindsym $mod+shift+alt+p focus parent
|
bindsym $mod+shift+alt+p focus parent
|
||||||
@ -120,7 +132,8 @@ bindsym $mod+shift+l exec /bin/bash ~/.config/i3/scripts/suspend.sh
|
|||||||
# Application Keys #
|
# Application Keys #
|
||||||
############################################
|
############################################
|
||||||
bindsym $mod+Return exec xfce4-terminal # terminal
|
bindsym $mod+Return exec xfce4-terminal # terminal
|
||||||
bindsym $mod+e exec nautilus # File manager
|
bindsym $mod+shift+Return exec xfce4-terminal --drop-down # terminal
|
||||||
|
bindsym $mod+e exec thunar # File manager
|
||||||
bindsym Print exec flameshot screen -d 0 -p ~/Pictures/Screenshots # Fullscreen screenshot
|
bindsym Print exec flameshot screen -d 0 -p ~/Pictures/Screenshots # Fullscreen screenshot
|
||||||
bindsym $mod+Print exec flameshot gui # Show screenshot window
|
bindsym $mod+Print exec flameshot gui # Show screenshot window
|
||||||
bindsym $mod+shift+Print exec flameshot launcher # Show settings window (delay) then show screenshot window
|
bindsym $mod+shift+Print exec flameshot launcher # Show settings window (delay) then show screenshot window
|
||||||
|
Loading…
Reference in New Issue
Block a user